Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4985 auto MatchNoCommonBitsPattern = [&](SDValue Not, SDValue Mask, in haveNoCommonBitsSetCommutative() local
4998 return MatchNoCommonBitsPattern(A->getOperand(0), A->getOperand(1), B) || in haveNoCommonBitsSetCommutative()
4999 MatchNoCommonBitsPattern(A->getOperand(1), A->getOperand(0), B); in haveNoCommonBitsSetCommutative()