Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp224 struct LoopICmp { struct in __anon977f62220111::LoopPredication
225 ICmpInst::Predicate Pred;
226 const SCEVAddRecExpr *IV;
227 const SCEV *Limit;
228 LoopICmp(ICmpInst::Predicate Pred, const SCEVAddRecExpr *IV, in LoopICmp() function
231 LoopICmp() {} in LoopICmp() argument
232 void dump() { in dump()