Home
last modified time | relevance | path

Searched refs:castToStorageType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertConst.cpp58 if (!QuantizedType::castToStorageType(qbarrierResultType)) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp126 Type QuantizedType::castToStorageType(Type quantizedType) { in castToStorageType() function in QuantizedType
213 return QuantizedType::castToStorageType(expressedQuantizedType); in castExpressedToStorageType()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h152 static Type castToStorageType(Type quantizedType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp89 return wrap(quant::QuantizedType::castToStorageType( in mlirQuantizedTypeCastToStorageType()