Searched refs:NotOperand (Results 1 – 2 of 2) sorted by relevance
5389 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local5391 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()
7775 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative() local7777 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()7783 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative() local7785 if (peekThroughResize(NotOperand) == N1Resized) in visitORCommutative()