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 1182 of file ScalarEvolution.h.
|
inline |
Definition at line 1187 of file ScalarEvolution.h.
Definition at line 1184 of file ScalarEvolution.h.
Referenced by createInvariantCond().
ICmpInst::Predicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1183 of file ScalarEvolution.h.
Referenced by createInvariantCond().
Definition at line 1185 of file ScalarEvolution.h.
Referenced by createInvariantCond().