LLVM 20.0.0git
|
#include "llvm/Analysis/ScalarEvolution.h"
Public Member Functions | |
LoopInvariantPredicate (ICmpInst::Predicate Pred, const SCEV *LHS, const SCEV *RHS) | |
Public Attributes | |
ICmpInst::Predicate | Pred |
const SCEV * | LHS |
const SCEV * | RHS |
Definition at line 1193 of file ScalarEvolution.h.
|
inline |
Definition at line 1198 of file ScalarEvolution.h.
Definition at line 1195 of file ScalarEvolution.h.
Referenced by createInvariantCond().
ICmpInst::Predicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1194 of file ScalarEvolution.h.
Referenced by createInvariantCond().
Definition at line 1196 of file ScalarEvolution.h.
Referenced by createInvariantCond().