Searched refs:getNotSCEV (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4584 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 6220 CondExpr = SE->getNotSCEV(CondExpr); in createNodeForSelectViaUMinSeq() 7874 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV() 7895 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 8135 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV() 11914 getNotSCEV(LHS), getNotSCEV(RHS), FoundLHS, in isImpliedCondBalancedTypes() 11920 isImpliedCondOperands(*P, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes() 11921 getNotSCEV(FoundRHS), CtxI)) in isImpliedCondBalancedTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 695 LLVM_ABI const SCEV *getNotSCEV(const SCEV *V);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20177 {"_ZN4llvm15ScalarEvolution10getNotSCEVEPKNS_4SCEVE", "llvm::ScalarEvolution::getNotSCEV(llvm::SCEV…
|