Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6140 Success &= pushSCEV(Op); in pushArithmeticExpr()
6154 bool Success = pushSCEV(Inner); in pushCast()
6164 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV() function
6178 Success &= pushSCEV(UDiv->getLHS()); in pushSCEV()
6179 Success &= pushSCEV(UDiv->getRHS()); in pushSCEV()
6239 if (!pushSCEV(Stride)) in SCEVToValueExpr()
6244 if (!pushSCEV(Start)) in SCEVToValueExpr()
6311 if (!pushSCEV(Start)) in SCEVToIterCountExpr()
6316 if (!pushSCEV(Stride)) in SCEVToIterCountExpr()