Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp460 Value *IndVarBase = nullptr; member
477 Result.IndVarBase = Map(IndVarBase); in map()
853 if (!IndVarBase->isAffine()) { in parseLoopStructure()
857 const SCEV* StepRec = IndVarBase->getStepRecurrence(SE); in parseLoopStructure()
864 if (ICI->isEquality() && !HasNoSignedWrap(IndVarBase)) { in parseLoopStructure()
872 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
900 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()
965 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()
1038 Result.IndVarBase = LeftValue; in parseLoopStructure()
1274 Value *TakeBackedgeLoopCond = B.CreateICmp(Pred, LS.IndVarBase, in changeIterationSpaceEnd()
[all …]