Searched refs:mlirTypeIsAF32 (Results 1 – 5 of 5) sorted by relevance
85 MLIR_CAPI_EXPORTED bool mlirTypeIsAF32(MlirType type);
28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()144 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF32;
553 if (mlirTypeIsAF32(elementType)) { in accessBuffer()836 if (mlirTypeIsAF32(type)) { in dunderGetItem()
83 bool mlirTypeIsAF32(MlirType type) { return unwrap(type).isF32(); } in mlirTypeIsAF32() function
637 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()676 if (!mlirTypeIsAF32(f32)) in printBuiltinTypes()