Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp85 bool QuantizedType::isCompatibleExpressedType(Type candidateExpressedType) { in isCompatibleExpressedType() argument
86 if (candidateExpressedType.isa<ShapedType>()) { in isCompatibleExpressedType()
87 return candidateExpressedType.cast<ShapedType>().getElementType() == in isCompatibleExpressedType()
90 return candidateExpressedType == getExpressedType(); in isCompatibleExpressedType()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h131 bool isCompatibleExpressedType(Type candidateExpressedType);