Home
last modified time | relevance | path

Searched refs:BLHS (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DValueTracking.cpp4021 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 …]