Searched refs:LeftSCEV (Results 1 – 3 of 3) sorted by relevance
192 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local197 if (SE.isKnownPredicate(Pred, LeftSCEV, RightSCEV) || in countToEliminateCompares()198 SE.isKnownPredicate(ICmpInst::getInversePredicate(Pred), LeftSCEV, in countToEliminateCompares()204 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in countToEliminateCompares()206 std::swap(LeftSCEV, RightSCEV); in countToEliminateCompares()212 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares()229 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()
797 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local804 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()806 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()844 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()