Searched refs:getNotSCEV (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 690 const SCEV *getNotSCEV(const SCEV *V);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4613 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 6201 CondExpr = SE->getNotSCEV(CondExpr); in createNodeForSelectViaUMinSeq() 7841 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV() 7862 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 8102 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV() 11702 isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes() 11708 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes() 11709 getNotSCEV(FoundRHS), CtxI)) in isImpliedCondBalancedTypes()
|