Searched refs:isMatchingOps (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4048 static bool isMatchingOps(Value *ALHS, Value *ARHS, Value *BLHS, Value *BRHS, in isMatchingOps() function 4132 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, IsSwappedOps)) { in isImpliedCondition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4964 static bool isMatchingOps(const Value *ALHS, const Value *ARHS, in isMatchingOps() function 5037 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, IsSwappedOps)) { in isImpliedCondICmps()
|