Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp171 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local
176 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()
/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-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp884 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local
891 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()
893 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()
931 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()