Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5389 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local
5391 if (NotOperand->getOpcode() == ISD::ZERO_EXTEND || in haveNoCommonBitsSetCommutative()
5392 NotOperand->getOpcode() == ISD::TRUNCATE) in haveNoCommonBitsSetCommutative()
5393 NotOperand = NotOperand->getOperand(0); in haveNoCommonBitsSetCommutative()
5395 if (Other == NotOperand) in haveNoCommonBitsSetCommutative()
5398 return NotOperand == Other->getOperand(0) || in haveNoCommonBitsSetCommutative()
5399 NotOperand == Other->getOperand(1); in haveNoCommonBitsSetCommutative()
H A DDAGCombiner.cpp7775 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative() local
7777 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()
7783 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative() local
7785 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()