Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6019 Success &= pushSCEV(Op); in pushArithmeticExpr()
6033 bool Success = pushSCEV(Inner); in pushCast()
6043 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV() function
6057 Success &= pushSCEV(UDiv->getLHS()); in pushSCEV()
6058 Success &= pushSCEV(UDiv->getRHS()); in pushSCEV()
6118 if (!pushSCEV(Stride)) in SCEVToValueExpr()
6123 if (!pushSCEV(Start)) in SCEVToValueExpr()
6190 if (!pushSCEV(Start)) in SCEVToIterCountExpr()
6195 if (!pushSCEV(Stride)) in SCEVToIterCountExpr()