Lines Matching defs:intWidth
4313 const unsigned intWidth = realType.getWidth();
4314 mlir::Type intType = builder.getIntegerType(intWidth);
4338 llvm::APInt::getBitsSet(intWidth, /*lo=*/significandSize,
4342 llvm::APInt::getLowBitsSet(intWidth, lowSignificandSize);
4762 int intWidth = mlir::cast<mlir::IntegerType>(resultType).getWidth();
4766 llvm::APInt::getBitsSet(intWidth,
4767 /*lo=*/intWidth - 1,
4768 /*hi=*/intWidth)));
4772 llvm::APInt::getBitsSet(intWidth, /*lo=*/0,
4773 /*hi=*/intWidth - 1)));
5795 int intWidth = resultType.getIntOrFloatBitWidth();
5797 mlir::IntegerType::get(builder.getContext(), intWidth,
5800 builder.createIntegerConstant(loc, signlessType, intWidth);
5842 int intWidth = resultType.getIntOrFloatBitWidth();
5844 mlir::IntegerType::get(builder.getContext(), intWidth,
5847 builder.createIntegerConstant(loc, signlessType, intWidth);