Searched refs:mlirTypeIsAShaped (Results 1 – 4 of 4) sorted by relevance
128 MLIR_CAPI_EXPORTED bool mlirTypeIsAShaped(MlirType type);
124 bool mlirTypeIsAShaped(MlirType type) { return unwrap(type).isa<ShapedType>(); } in mlirTypeIsAShaped() function
641 if (!mlirTypeIsAVector(vector) || !mlirTypeIsAShaped(vector)) in printBuiltinTypes()
1693 if (!mlirTypeIsAShaped(shapedType) || in getSplat()2212 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAShaped;