Searched refs:TruncInputValue2 (Results 1 – 1 of 1) sorted by relevance
5083 SDValue TruncInputValue2 = TruncValue2.getNode()->getOperand(0); in performSETCCCombine() local5088 !checkValueWidth(TruncInputValue2, ExtType2)) in performSETCCCombine()5091 if (TruncInputValue1->getValueType(0) != TruncInputValue2->getValueType(0) || in performSETCCCombine()5101 TruncInputValue1, TruncInputValue2); in performSETCCCombine()5103 DAG.getSetCC(SDLoc(N), N->getValueType(0), NewAnd, TruncInputValue2, CC); in performSETCCCombine()