Searched refs:In0Ty (Results 1 – 1 of 1) sorted by relevance
2775 EVT In0Ty = In0.getValueType(); in SimplifyBinOpWithSameOpcodeHands() local2780 if (In0Ty.isInteger() && In1Ty.isInteger() && In0Ty == In1Ty) { in SimplifyBinOpWithSameOpcodeHands()2781 SDValue Op = DAG.getNode(N->getOpcode(), DL, In0Ty, In0, In1); in SimplifyBinOpWithSameOpcodeHands()