Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp480 Value *IndVarBase = nullptr; member
497 Result.IndVarBase = Map(IndVarBase); in map()
848 if (!IndVarBase->isAffine()) { in parseLoopStructure()
852 const SCEV* StepRec = IndVarBase->getStepRecurrence(SE); in parseLoopStructure()
859 if (ICI->isEquality() && !HasNoSignedWrap(IndVarBase)) { in parseLoopStructure()
867 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()
902 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()
966 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()
1043 Result.IndVarBase = LeftValue; in parseLoopStructure()
1301 Value *IndVarBase = NoopOrExt(LS.IndVarBase); in changeIterationSpaceEnd() local
[all …]