Searched refs:getCouldNotCompute (Results 1 – 9 of 9) sorted by relevance
926 return SE.getCouldNotCompute(); in BinomialCoefficient()1031 return getCouldNotCompute(); in getLosslessPtrToIntExpr()1041 return getCouldNotCompute(); in getLosslessPtrToIntExpr()4475 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution4656 return getCouldNotCompute(); in getMinusSCEV()4860 return SE.getCouldNotCompute(); in rewrite()4862 ? SE.getCouldNotCompute() in rewrite()4903 ? SE.getCouldNotCompute() in rewrite()5020 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()5910 if (Shifted != getCouldNotCompute() && Start != getCouldNotCompute() && in createAddRecFromPHI()[all …]
281 {SE->getCouldNotCompute(), SE->getCouldNotCompute()}}); in getStartAndEndForAccess()336 return {SE->getCouldNotCompute(), SE->getCouldNotCompute()}; in getStartAndEndForAccess()
83 .Default([&SE](const VPRecipeBase *) { return SE.getCouldNotCompute(); }); in getSCEVExprForVPValue()
552 return SE.getCouldNotCompute(); in rewrite()560 return SE.getCouldNotCompute(); in rewrite()
1228 if (IdxDiffSCEV == SE.getCouldNotCompute()) in getConstantOffsetComplexAddrs()1628 if (DistScev != SE.getCouldNotCompute()) { in getConstantOffset()
658 LLVM_ABI const SCEV *getCouldNotCompute();1640 return SE->getCouldNotCompute();1655 return SE->getCouldNotCompute();1670 return SE->getCouldNotCompute();
1020 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
1603 const SCEV *CurrMaxExit = SE->getCouldNotCompute(); in optimizeLoopExits()
20185 {"_ZN4llvm15ScalarEvolution18getCouldNotComputeEv", "llvm::ScalarEvolution::getCouldNotCompute()"},