Home
last modified time | relevance | path

Searched refs:extOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1321 if (auto extOp = getLhs().getDefiningOp<ExtSIOp>()) { in fold() local
1323 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() local
1329 if (extOp.getOperand().getType().cast<IntegerType>().getWidth() == 1 && in fold()
1331 return extOp.getOperand(); in fold()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp241 for (unsigned extOp : {G_ZEXT, G_SEXT, G_ANYEXT}) { in setLegalizerInfo64bit()
242 LegacyInfo.setAction({extOp, s64}, LegacyLegalizeActions::Legal); in setLegalizerInfo64bit()