Searched refs:I2Opc (Results 1 – 1 of 1) sorted by relevance
1149 unsigned I2Opc = I2->getOpcode(); in matchExtMulToMULL() local1150 if (((I1Opc == TargetOpcode::G_ZEXT && I2Opc == TargetOpcode::G_ZEXT) || in matchExtMulToMULL()1151 (I1Opc == TargetOpcode::G_SEXT && I2Opc == TargetOpcode::G_SEXT)) && in matchExtMulToMULL()1178 unsigned I2Opc = I2->getOpcode(); in applyExtMulToMULL() local1179 if (((I1Opc == TargetOpcode::G_ZEXT && I2Opc == TargetOpcode::G_ZEXT) || in applyExtMulToMULL()1180 (I1Opc == TargetOpcode::G_SEXT && I2Opc == TargetOpcode::G_SEXT)) && in applyExtMulToMULL()