Searched defs:LoopExitAt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp446 Value *LoopExitAt; member in struct:__anon11022::__anon11023::LoopStructure
452 IndVarStart(nullptr), LoopExitAt(nullptr), IndVarIncreasing(false) {}
464 Result.LoopExitAt = Map(LoopExitAt);
843 Result.LoopExitAt = RightValue;
864 const SCEV *End = SE.getSCEV(MainLoopStructure.LoopExitAt);
1081 ? B.CreateICmpSLT(LS.IndVarNext, LS.LoopExitAt)
1082 : B.CreateICmpSGT(LS.IndVarNext, LS.LoopExitAt);

Completed in 127 milliseconds