|
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 1403 of file ScalarEvolution.h.
|
inline |
Definition at line 1408 of file ScalarEvolution.h.
Definition at line 1405 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
| CmpPredicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1404 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().
Definition at line 1406 of file ScalarEvolution.h.
Referenced by createInvariantCond(), and LoopInvariantPredicate().