Searched refs:ARHS (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 33 llvm::APInt ARHS(/*BitSize=*/sizeof(T) * 8, RHS, Signed); 35 llvm::APInt Out = (ALHS.*Op)(ARHS, Overflow);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4940 const Value *ARHS, const Value *BLHS, const Value *BRHS, in isImpliedCondOperands() argument 4949 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 4956 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 4964 static bool isMatchingOps(const Value *ALHS, const Value *ARHS, in isMatchingOps() argument 4968 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4969 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4978 const Value *ARHS, in isImpliedCondMatchingOperands() argument 5025 Value *ARHS = LHS->getOperand(1); in isImpliedCondICmps() local 5037 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, IsSwappedOps)) { in isImpliedCondICmps() 5039 APred, ALHS, ARHS, BPred, BLHS, BRHS, IsSwappedOps)) in isImpliedCondICmps() [all …]
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4020 isImpliedCondOperands(CmpInst::Predicate Pred, Value *ALHS, Value *ARHS, in isImpliedCondOperands() argument 4032 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4040 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4048 static bool isMatchingOps(Value *ALHS, Value *ARHS, Value *BLHS, Value *BRHS, in isMatchingOps() argument 4051 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4052 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4060 Value *ALHS, Value *ARHS, in isImpliedCondMatchingOperands() argument 4120 Value *ALHS, *ARHS; in isImpliedCondition() local 4123 if (!match(LHS, m_ICmp(APred, m_Value(ALHS), m_Value(ARHS))) || in isImpliedCondition() 4132 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, IsSwappedOps)) { in isImpliedCondition() [all …]
|