Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5711 auto MatchNoCommonBitsPattern = [&](SDValue Not, SDValue Mask, in haveNoCommonBitsSetCommutative() local
5735 return MatchNoCommonBitsPattern(A->getOperand(0), A->getOperand(1), B) || in haveNoCommonBitsSetCommutative()
5736 MatchNoCommonBitsPattern(A->getOperand(1), A->getOperand(0), B); in haveNoCommonBitsSetCommutative()