Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp27 : UniformQuantizedValueConverter(type), qtype(type) {} in TestUniformQuantizedValueConverter()
29 return APInt(qtype.getStorageType().cast<IntegerType>().getWidth(), 5L); in quantizeFloatToInt()
33 UniformQuantizedType qtype; member in __anon97cca90a0111::TestUniformQuantizedValueConverter
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp174 QualType qtype = ClangUtil::GetQualType(type); in VerifyEncodingAndBitSize() local
175 EXPECT_FALSE(qtype.isNull()); in VerifyEncodingAndBitSize()
176 if (qtype.isNull()) in VerifyEncodingAndBitSize()
179 uint64_t actual_size = context.getTypeSize(qtype); in VerifyEncodingAndBitSize()
182 const clang::Type *type_ptr = qtype.getTypePtr(); in VerifyEncodingAndBitSize()