Home
last modified time | relevance | path

Searched refs:LeftSCEV (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp192 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local
197 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()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp670 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local
677 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()
679 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()
739 const SCEVAddRecExpr *IndVarNext = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp797 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local
804 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()
806 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()
844 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()