Lines Matching defs:width
29 unsigned width) {
30 switch (width) {
110 // idx the optional index computation bit width. The preferred alignment is
112 // width is set to the pointer size if not available.
279 FailureOr<uint64_t> width = tryToParseInt(token);
280 if (failed(width))
283 Type type = IntegerType::get(context, *width);
290 FailureOr<uint64_t> width = tryToParseInt(token);
291 if (failed(width))
294 Type type = getFloatType(context, *width);