Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp975 return SE.getCouldNotCompute(); in BinomialCoefficient()
1085 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
1095 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
4467 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4655 return getCouldNotCompute(); in getMinusSCEV()
4859 return SE.getCouldNotCompute(); in rewrite()
4861 ? SE.getCouldNotCompute() in rewrite()
4902 ? SE.getCouldNotCompute() in rewrite()
5019 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5883 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1090 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
H A DIndVarSimplify.cpp1736 const SCEV *CurrMaxExit = SE->getCouldNotCompute(); in optimizeLoopExits()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h650 const SCEV *getCouldNotCompute();