Home
last modified time | relevance | path

Searched defs:sType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp133 ShapedType sType = quantizedType.cast<ShapedType>(); in castToStorageType() local
188 ShapedType sType = quantizedType.cast<ShapedType>(); in castToExpressedType() local
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp53 mlir::Type sType, llvm::StringRef fctName) { in testGenNearest()
/llvm-project-15.0.7/mlir/lib/Dialect/
H A DTraits.cpp118 if (auto sType = type.dyn_cast<ShapedType>()) in getShape() local
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp981 auto sType = type.cast<ShapedType>(); in parseElementsLiteralType() local