Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6442 Success &= pushSCEV(Op); in pushArithmeticExpr()
6456 bool Success = pushSCEV(Inner); in pushCast()
6466 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV() function
6480 Success &= pushSCEV(UDiv->getLHS()); in pushSCEV()
6481 Success &= pushSCEV(UDiv->getRHS()); in pushSCEV()
6541 if (!pushSCEV(Stride)) in SCEVToValueExpr()
6546 if (!pushSCEV(Start)) in SCEVToValueExpr()
6613 if (!pushSCEV(Start)) in SCEVToIterCountExpr()
6618 if (!pushSCEV(Stride)) in SCEVToIterCountExpr()