Searched refs:In0Ty (Results 1 – 2 of 2) sorted by relevance
2768 EVT In0Ty = In0.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local2773 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()2774 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()
3734 EVT In0Ty = In0.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local3739 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()3740 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()