Searched refs:mlirTypeIsAF32 (Results 1 – 4 of 4) sorted by relevance
85 MLIR_CAPI_EXPORTED bool mlirTypeIsAF32(MlirType type);
82 bool mlirTypeIsAF32(MlirType type) { return unwrap(type).isF32(); } in mlirTypeIsAF32() function
562 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()601 if (!mlirTypeIsAF32(f32)) in printBuiltinTypes()
135 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()1722 if (mlirTypeIsAF32(elementType)) { in accessBuffer()1911 if (mlirTypeIsAF32(type)) { in dunderGetItem()2126 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF32;