Searched refs:AndInputValue2 (Results 1 – 1 of 1) sorted by relevance
3554 SDValue AndInputValue2 = AndNode->getOperand(1); in performSETCCCombine() local3555 if (AndInputValue2.getOpcode() != ISD::ZERO_EXTEND) in performSETCCCombine()3573 if (AndInputValue2 != CmpInputValue) in performSETCCCombine()3583 SDValue TruncValue2 = AndInputValue2.getNode()->getOperand(0); in performSETCCCombine()