Home
last modified time | relevance | path

Searched defs:LoopICmp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp239 struct LoopICmp { struct
240 ICmpInst::Predicate Pred;
241 const SCEVAddRecExpr *IV;
242 const SCEV *Limit;
243 LoopICmp(ICmpInst::Predicate Pred, const SCEVAddRecExpr *IV, in LoopICmp() argument
247 void dump() { in dump()