Lines Matching defs:bitWidth
4852 int bitWidth = realType.getWidth();
4859 switch (bitWidth) {
4915 significandSize - (bitWidth == 80)));
5444 int bitWidth = realType.getWidth();
5449 bitWidth = 32;
5451 mlir::Type intType = builder.getIntegerType(bitWidth);
5454 mlir::Value shift = builder.createIntegerConstant(loc, intType, bitWidth - 1);
5557 int bitWidth = realType.getWidth();
5558 mlir::Type intType = builder.getIntegerType(bitWidth);
5559 mlir::Type valueTy = bitWidth <= 64 ? intType : builder.getIntegerType(64);
5563 std::to_string(realType.isBF16() ? 3 : bitWidth >> 3);
5570 switch (bitWidth) {
5678 if (bitWidth > 64)
5681 builder.createIntegerConstant(loc, intType, bitWidth - 64));