Searched refs:AndInputValue1 (Results 1 – 1 of 1) sorted by relevance
3559 SDValue AndInputValue1 = AndNode->getOperand(0); in performSETCCCombine() local3560 if (AndInputValue1.getOpcode() == ISD::XOR) { in performSETCCCombine()3563 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(AndInputValue1.getOperand(1)); in performSETCCCombine()3569 AndInputValue1 = AndInputValue1.getOperand(0); in performSETCCCombine()3570 if (AndInputValue1.getOpcode() != ISD::ZERO_EXTEND) in performSETCCCombine()3572 } else if (AndInputValue1.getOpcode() == ISD::ZERO_EXTEND) { in performSETCCCombine()3579 SDValue TruncValue1 = AndInputValue1.getNode()->getOperand(0); in performSETCCCombine()