Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h673 const SCEV *getNotSCEV(const SCEV *V);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4454 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
6094 CondExpr = SE->getNotSCEV(CondExpr); in createNodeForSelectViaUMinSeq()
7632 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
7653 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
7860 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV()
11394 isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes()
11400 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes()
11401 getNotSCEV(FoundRHS), CtxI)) in isImpliedCondBalancedTypes()