Home
last modified time | relevance | path

Searched refs:getNotSCEV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4618 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
6208 CondExpr = SE->getNotSCEV(CondExpr); in createNodeForSelectViaUMinSeq()
7857 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
7878 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
8118 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV()
11780 isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes()
11786 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes()
11787 getNotSCEV(FoundRHS), CtxI)) in isImpliedCondBalancedTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h691 const SCEV *getNotSCEV(const SCEV *V);