Searched refs:extOp (Results 1 – 2 of 2) sorted by relevance
1321 if (auto extOp = getLhs().getDefiningOp<ExtSIOp>()) { in fold() local1323 if (extOp.getOperand().getType().cast<IntegerType>().getWidth() == 1 && in fold()1325 return extOp.getOperand(); in fold()1327 if (auto extOp = getLhs().getDefiningOp<ExtUIOp>()) { in fold() local1329 if (extOp.getOperand().getType().cast<IntegerType>().getWidth() == 1 && in fold()1331 return extOp.getOperand(); in fold()
241 for (unsigned extOp : {G_ZEXT, G_SEXT, G_ANYEXT}) { in setLegalizerInfo64bit()242 LegacyInfo.setAction({extOp, s64}, LegacyLegalizeActions::Legal); in setLegalizerInfo64bit()