Searched refs:LeftSCEV (Results 1 – 2 of 2) sorted by relevance
363 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local368 if (SE.evaluatePredicate(Pred, LeftSCEV, RightSCEV)) in countToEliminateCompares()373 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in countToEliminateCompares()375 std::swap(LeftSCEV, RightSCEV); in countToEliminateCompares()381 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares()396 SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE); in countToEliminateCompares()
799 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local806 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()808 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()846 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()