Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h622 const SCEV *getNotSCEV(const SCEV *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3967 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
6679 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
6700 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
6909 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV()
10390 return isImpliedCondOperands(FoundPred, getNotSCEV(LHS), getNotSCEV(RHS), in isImpliedCondBalancedTypes()
10392 isImpliedCondOperands(Pred, LHS, RHS, getNotSCEV(FoundLHS), in isImpliedCondBalancedTypes()
10393 getNotSCEV(FoundRHS), Context); in isImpliedCondBalancedTypes()