Searched refs:getNotSCEV (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4583 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 6240 CondExpr = SE->getNotSCEV(CondExpr); in createNodeForSelectViaUMinSeq() 7822 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV() 7843 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 8051 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV() 11742 isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes() 11748 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes() 11749 getNotSCEV(FoundRHS), CtxI)) in isImpliedCondBalancedTypes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 682 const SCEV *getNotSCEV(const SCEV *V);
|