|
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 1409 of file ScalarEvolution.h.
|
inline |
Definition at line 1414 of file ScalarEvolution.h.
Definition at line 1411 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
| CmpPredicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1410 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
Definition at line 1412 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().