Searched refs:LeftSCEV (Results 1 – 3 of 3) sorted by relevance
387 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local392 if (SE.evaluatePredicate(Pred, LeftSCEV, RightSCEV)) in countToEliminateCompares()397 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in countToEliminateCompares()399 std::swap(LeftSCEV, RightSCEV); in countToEliminateCompares()405 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares()420 SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE); in countToEliminateCompares()
178 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local185 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()187 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()225 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()
947 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); parseLoopStructure() local