Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4987 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local
4989 if (Other == NotOperand) in haveNoCommonBitsSetCommutative()
4992 return NotOperand == Other->getOperand(0) || in haveNoCommonBitsSetCommutative()
4993 NotOperand == Other->getOperand(1); in haveNoCommonBitsSetCommutative()