Searched refs:getNotSCEV (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3228 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/ |
D | ScalarEvolution.h | 1274 const SCEV *getNotSCEV(const SCEV *V);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 604 const SCEV *getNotSCEV(const SCEV *V);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 622 const SCEV *getNotSCEV(const SCEV *V);
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3941 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/ |
D | ScalarEvolution.cpp | 3981 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()
|