Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp920 return SE.getCouldNotCompute(); in BinomialCoefficient()
1025 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
1035 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
4509 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4690 return getCouldNotCompute(); in getMinusSCEV()
4894 return SE.getCouldNotCompute(); in rewrite()
4896 ? SE.getCouldNotCompute() in rewrite()
4937 ? SE.getCouldNotCompute() in rewrite()
5054 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5941 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
[all …]
H A DLoopAccessAnalysis.cpp215 {SE->getCouldNotCompute(), SE->getCouldNotCompute()}}); in getStartAndEndForAccess()
244 return {SE->getCouldNotCompute(), SE->getCouldNotCompute()}; in getStartAndEndForAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp554 return SE.getCouldNotCompute(); in rewrite()
562 return SE.getCouldNotCompute(); in rewrite()
H A DLoadStoreVectorizer.cpp1212 if (IdxDiffSCEV == SE.getCouldNotCompute()) in getConstantOffsetComplexAddrs()
1500 if (DistScev != SE.getCouldNotCompute()) { in getConstantOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1021 return SE.getCouldNotCompute(); in isLoopProfitableToPredicate()
H A DIndVarSimplify.cpp1625 const SCEV *CurrMaxExit = SE->getCouldNotCompute(); in optimizeLoopExits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h655 const SCEV *getCouldNotCompute();