Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp3228 return getNotSCEV(getSMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getSMinExpr()
3234 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
3460 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
5103 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
5124 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
8380 getNotSCEV(FoundRHS), in isImpliedCondOperands()
8381 getNotSCEV(FoundLHS)); in isImpliedCondOperands()
8421 return IsMaxConsistingOf<MaxExprType>(MaybeMaxExpr, SE.getNotSCEV(Candidate)); in IsMinConsistingOf()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1274 const SCEV *getNotSCEV(const SCEV *V);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h604 const SCEV *getNotSCEV(const SCEV *V);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h622 const SCEV *getNotSCEV(const SCEV *V);
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3941 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
6529 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
6550 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
6776 const SCEV *ClampedX = getUMinExpr(X, getNotSCEV(Y)); in createSCEV()
10630 getNotSCEV(FoundRHS), in isImpliedCondOperands()
10631 getNotSCEV(FoundLHS)); in isImpliedCondOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3981 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution
6369 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV()
6390 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV()
10190 getNotSCEV(FoundRHS), in isImpliedCondOperands()
10191 getNotSCEV(FoundLHS)); in isImpliedCondOperands()