Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5713 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local
5715 if (NotOperand->getOpcode() == ISD::ZERO_EXTEND || in haveNoCommonBitsSetCommutative()
5716 NotOperand->getOpcode() == ISD::TRUNCATE) in haveNoCommonBitsSetCommutative()
5717 NotOperand = NotOperand->getOperand(0); in haveNoCommonBitsSetCommutative()
5719 if (Other == NotOperand) in haveNoCommonBitsSetCommutative()
5722 return NotOperand == Other->getOperand(0) || in haveNoCommonBitsSetCommutative()
5723 NotOperand == Other->getOperand(1); in haveNoCommonBitsSetCommutative()
H A DDAGCombiner.cpp7764 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative() local
7766 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()
7772 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative() local
7774 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()