|
LLVM 22.0.0git
|
#include "llvm/Analysis/ScalarEvolution.h"
Public Member Functions | |
| LoopInvariantPredicate (CmpPredicate Pred, const SCEV *LHS, const SCEV *RHS) | |
Public Attributes | |
| CmpPredicate | Pred |
| const SCEV * | LHS |
| const SCEV * | RHS |
Definition at line 1230 of file ScalarEvolution.h.
|
inline |
Definition at line 1235 of file ScalarEvolution.h.
Definition at line 1232 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
| CmpPredicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1231 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
Definition at line 1233 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().