Searched refs:getNotSCEV (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 2565 return getNotSCEV(getSMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getSMinExpr() 2571 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr() 2733 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 3693 return getNotSCEV(getSCEV(U->getOperand(0))); in createSCEV() 3714 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 4502 ExitLimit EL = HowManyLessThans(getNotSCEV(LHS), in ComputeExitLimitFromICmp() 4503 getNotSCEV(RHS), L, true); in ComputeExitLimitFromICmp() 4513 ExitLimit EL = HowManyLessThans(getNotSCEV(LHS), in ComputeExitLimitFromICmp() 4514 getNotSCEV(RHS), L, false); in ComputeExitLimitFromICmp() 5989 getNotSCEV(FoundRHS), in isImpliedCondOperands() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 640 const SCEV *getNotSCEV(const SCEV *V);
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3706 NotOps.push_back(getNotSCEV(S)); in getSMinExpr() 3707 return getNotSCEV(getSMaxExpr(NotOps)); in getSMinExpr() 3725 NotOps.push_back(getNotSCEV(S)); in getUMinExpr() 3726 return getNotSCEV(getUMaxExpr(NotOps)); in getUMinExpr() 3969 const SCEV *ScalarEvolution::getNotSCEV(const SCEV *V) { in getNotSCEV() function in ScalarEvolution 6310 return getNotSCEV(getSCEV(BO->LHS)); in createSCEV() 6331 return getZeroExtendExpr(getNotSCEV(Z0), UTy); in createSCEV() 9843 getNotSCEV(FoundRHS), in isImpliedCondOperands() 9844 getNotSCEV(FoundLHS)); in isImpliedCondOperands() 9881 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-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 613 const SCEV *getNotSCEV(const SCEV *V);
|