Searched refs:LeftSCEV (Results 1 – 2 of 2) sorted by relevance
372 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local377 if (SE.evaluatePredicate(Pred, LeftSCEV, RightSCEV)) in countToEliminateCompares()382 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in countToEliminateCompares()384 std::swap(LeftSCEV, RightSCEV); in countToEliminateCompares()390 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares()405 SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE); in countToEliminateCompares()
172 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local179 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()181 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()219 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()