Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5926 Success &= pushSCEV(Op); in pushArithmeticExpr()
5940 bool Success = pushSCEV(Inner); in pushCast()
5950 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV() function
5964 Success &= pushSCEV(UDiv->getLHS()); in pushSCEV()
5965 Success &= pushSCEV(UDiv->getRHS()); in pushSCEV()
6071 if (!pushSCEV(Stride)) in SCEVToValueExpr()
6076 if (!pushSCEV(Start)) in SCEVToValueExpr()
6101 if (!pushSCEV(Start)) in SCEVToIterCountExpr()
6106 if (!pushSCEV(Stride)) in SCEVToIterCountExpr()