Searched refs:IndVarBase (Results 1 – 1 of 1) sorted by relevance
479 Value *IndVarBase = nullptr; member496 Result.IndVarBase = Map(IndVarBase); in map()846 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure() local847 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 …]