Searched refs:IndVarBase (Results 1 – 1 of 1) sorted by relevance
480 Value *IndVarBase = nullptr; member497 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 …]