Searched refs:In1Ty (Results 1 – 2 of 2) sorted by relevance
284 ValueType In1Ty, ValueType In2Ty>288 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;307 ValueType In1Ty, ValueType In2Ty>310 [(set OutTy:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
2776 EVT In1Ty = In1.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local2780 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()