Searched refs:BLHS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4021 Value *BLHS, Value *BRHS, const DataLayout &DL, in isImpliedCondOperands() argument 4030 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth, AC, CxtI, in isImpliedCondOperands() 4038 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth, AC, CxtI, 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() 4062 Value *BLHS, Value *BRHS, in isImpliedCondMatchingOperands() argument 4066 std::swap(BLHS, BRHS); in isImpliedCondMatchingOperands() 4083 Value *BLHS, ConstantInt *C2) { in isImpliedCondMatchingImmOperands() argument 4084 assert(ALHS == BLHS && "LHS operands must match."); in isImpliedCondMatchingImmOperands() [all …]
|
/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 4948 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 4955 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 4965 const Value *BLHS, const Value *BRHS, in isMatchingOps() argument 4968 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4969 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4980 const Value *BLHS, in isImpliedCondMatchingOperands() argument 4985 std::swap(BLHS, BRHS); in isImpliedCondMatchingOperands() 5003 const Value *BLHS, const ConstantInt *C2) { in isImpliedCondMatchingImmOperands() argument 5004 assert(ALHS == BLHS && "LHS operands must match."); in isImpliedCondMatchingImmOperands() [all …]
|