Searched refs:LeftSCEV (Results 1 – 3 of 3) sorted by relevance
171 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local176 if (SE.isKnownPredicate(Pred, LeftSCEV, RightSCEV) || in countToEliminateCompares()177 SE.isKnownPredicate(ICmpInst::getInversePredicate(Pred), LeftSCEV, in countToEliminateCompares()183 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in countToEliminateCompares()185 std::swap(LeftSCEV, RightSCEV); in countToEliminateCompares()191 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares()211 SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE); in countToEliminateCompares()
670 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local677 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()679 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()739 const SCEVAddRecExpr *IndVarNext = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()
884 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local891 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()893 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()931 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()