Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5984 Success &= pushSCEV(Op); in pushArithmeticExpr()
5998 bool Success = pushSCEV(Inner); in pushCast()
6008 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV() function
6022 Success &= pushSCEV(UDiv->getLHS()); in pushSCEV()
6023 Success &= pushSCEV(UDiv->getRHS()); in pushSCEV()
6083 if (!pushSCEV(Stride)) in SCEVToValueExpr()
6088 if (!pushSCEV(Start)) in SCEVToValueExpr()
6155 if (!pushSCEV(Start)) in SCEVToIterCountExpr()
6160 if (!pushSCEV(Stride)) in SCEVToIterCountExpr()