Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4782 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local
4784 if (Other == NotOperand) in haveNoCommonBitsSetCommutative()
4787 return NotOperand == Other->getOperand(0) || in haveNoCommonBitsSetCommutative()
4788 NotOperand == Other->getOperand(1); in haveNoCommonBitsSetCommutative()