Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h162 MLIR_CAPI_EXPORTED bool mlirTypeIsAVector(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp163 bool mlirTypeIsAVector(MlirType type) { return unwrap(type).isa<VectorType>(); } in mlirTypeIsAVector() function
/external/llvm-project/mlir/test/CAPI/
Dir.c641 if (!mlirTypeIsAVector(vector) || !mlirTypeIsAShaped(vector)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2284 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAVector;