Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp387 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares() local
392 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()
H A DLoopConstrainer.cpp178 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure() local
185 if (!isa<SCEVAddRecExpr>(LeftSCEV)) { in parseLoopStructure()
187 std::swap(LeftSCEV, RightSCEV); in parseLoopStructure()
225 const SCEVAddRecExpr *IndVarBase = cast<SCEVAddRecExpr>(LeftSCEV); in parseLoopStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp947 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); parseLoopStructure() local