Searched refs:mlirTypeIsAVector (Results 1 – 4 of 4) sorted by relevance
171 MLIR_CAPI_EXPORTED bool mlirTypeIsAVector(MlirType type);
170 bool mlirTypeIsAVector(MlirType type) { return unwrap(type).isa<VectorType>(); } in mlirTypeIsAVector() function
328 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAVector;
716 if (!mlirTypeIsAVector(vector) || !mlirTypeIsAShaped(vector)) in printBuiltinTypes()