Searched refs:storageTypeWidth (Results 1 – 1 of 1) sorted by relevance
31 unsigned storageTypeWidth = 0; in parseStorageType() local37 storageTypeWidth = type.getWidth(); in parseStorageType()45 if (identifier.getAsInteger(10, storageTypeWidth)) { in parseStorageType()50 type = parser.getBuilder().getIntegerType(storageTypeWidth); in parseStorageType()53 if (storageTypeWidth == 0 || in parseStorageType()54 storageTypeWidth > QuantizedType::MaxStorageBits) { in parseStorageType()56 << storageTypeWidth; in parseStorageType()