Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp967 return SE.getCouldNotCompute(); in BinomialCoefficient()
1076 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
3791 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4237 return SE.getCouldNotCompute(); in rewrite()
4239 ? SE.getCouldNotCompute() in rewrite()
4280 ? SE.getCouldNotCompute() in rewrite()
4397 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5237 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
5238 Start != getCouldNotCompute()) { in createAddRecFromPHI()
6996 if (ExitCount == getCouldNotCompute()) in getSmallConstantTripMultiple()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1021 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h590 const SCEV *getCouldNotCompute();