Searched refs:TruncInputValue2 (Results 1 – 1 of 1) sorted by relevance
3588 SDValue TruncInputValue2 = TruncValue2.getNode()->getOperand(0); in performSETCCCombine() local3593 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()3596 if (TruncInputValue1->getValueType(0) != TruncInputValue2->getValueType(0) || in performSETCCCombine()3606 TruncInputValue1, TruncInputValue2); in performSETCCCombine()3608 DAG.getSetCC(SDLoc(N), N->getValueType(0), NewAnd, TruncInputValue2, CC); in performSETCCCombine()