LLVM 17.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 1175 of file ScalarEvolution.h.
|
inline |
Definition at line 1180 of file ScalarEvolution.h.
Definition at line 1177 of file ScalarEvolution.h.
Referenced by createInvariantCond().
ICmpInst::Predicate llvm::ScalarEvolution::LoopInvariantPredicate::Pred |
Definition at line 1176 of file ScalarEvolution.h.
Referenced by createInvariantCond().
Definition at line 1178 of file ScalarEvolution.h.
Referenced by createInvariantCond().