Searched refs:getNotSCEV (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 633 const SCEV *getNotSCEV(const SCEV *V);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4122 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 6896 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV() 6917 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 7126 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV() 10675 return isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes() 10677 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes() 10678 getNotSCEV(FoundRHS), Context); in isImpliedCondBalancedTypes()
|