Searched refs:IndVarBase (Results 1 – 1 of 1) sorted by relevance
482 Value *IndVarBase = nullptr; member499 Result.IndVarBase = Map(IndVarBase); in map()850 if (!IndVarBase->isAffine()) { in parseLoopStructure()854 const SCEV* StepRec = IndVarBase->getStepRecurrence(SE); in parseLoopStructure()861 if (ICI->isEquality() && !HasNoSignedWrap(IndVarBase)) { in parseLoopStructure()869 const SCEV *StartNext = IndVarBase->getStart(); in parseLoopStructure()904 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()968 if (IndVarBase->getNoWrapFlags(SCEV::FlagNUW) && in parseLoopStructure()1045 Result.IndVarBase = LeftValue; in parseLoopStructure()1303 Value *IndVarBase = NoopOrExt(LS.IndVarBase); in changeIterationSpaceEnd() local[all …]