Home
last modified time | relevance | path

Searched refs:IndVarBase (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp479 Value *IndVarBase = nullptr; member
496 Result.IndVarBase = Map(IndVarBase); in map()
846 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure() local
847 if (IndVarBase->getLoop() != &L) { in parseLoopStructure()
851 if (!IndVarBase->isAffine()) { in parseLoopStructure()
855 const SCEV* StepRec = IndVarBase->getStepRecurrence(SE); in parseLoopStructure()
862 if (ICI->isEquality() && !HasNoSignedWrap(IndVarBase)) { in parseLoopStructure()
870 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
871 const SCEV *Addend = SE.getNegativeSCEV(IndVarBase->getStepRecurrence(SE)); in parseLoopStructure()
905 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()
[all …]