|
LLVM 23.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 1341 of file ScalarEvolution.h.
|
inline |
Definition at line 1346 of file ScalarEvolution.h.
Definition at line 1343 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
| CmpPredicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1342 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
Definition at line 1344 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().