Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h291 std::optional<std::pair<Value *, Value *>> matchSymmetricPair(Value *LHS,
HDInstructionCombining.cpp433 if (auto Pair = matchSymmetricPair(I.getOperand(0), I.getOperand(1))) { in SimplifyAssociativeOrCommutative()
1245 InstCombinerImpl::matchSymmetricPair(Value *LHS, Value *RHS) { in matchSymmetricPair() function in InstCombinerImpl
HDInstCombineCompares.cpp7429 if (auto Pair = matchSymmetricPair(I.getOperand(0), I.getOperand(1))) { in visitICmpInst()
8096 if (auto Pair = matchSymmetricPair(I.getOperand(0), I.getOperand(1))) { in visitFCmpInst()
HDInstCombineCalls.cpp1607 if (auto Pair = matchSymmetricPair(II->getOperand(0), II->getOperand(1))) { in visitCallInst()