Lines Matching defs:width
7358 // change, but only do the width change here. The caller is still responsible
7364 // Get the result type width, based on the type to convert to.
7365 int width = 32;
7373 width = 8;
7381 width = 16;
7389 width = 32;
7397 width = 64;
7406 // based on the target width, but the source type.
7423 type = builder.makeIntType(width);
7427 type = builder.makeUintType(width);
8798 int width = builder.getScalarTypeWidth(typeId1);
8799 if (width == 16)
8803 frexpIntType = builder.makeIntegerType(width, true);
8805 frexpIntType = builder.makeVectorType(builder.makeIntegerType(width, true),