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 1222 of file ScalarEvolution.h.
|
inline |
Definition at line 1227 of file ScalarEvolution.h.
Definition at line 1224 of file ScalarEvolution.h.
Referenced by createInvariantCond().
CmpPredicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1223 of file ScalarEvolution.h.
Referenced by createInvariantCond().
Definition at line 1225 of file ScalarEvolution.h.
Referenced by createInvariantCond().