Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4780 auto MatchNoCommonBitsPattern = [&](SDValue Not, SDValue Mask, in haveNoCommonBitsSetCommutative() local
4793 return MatchNoCommonBitsPattern(A->getOperand(0), A->getOperand(1), B) || in haveNoCommonBitsSetCommutative()
4794 MatchNoCommonBitsPattern(A->getOperand(1), A->getOperand(0), B); in haveNoCommonBitsSetCommutative()