Searched refs:mlirTypeIsAF64 (Results 1 – 5 of 5) sorted by relevance
92 MLIR_CAPI_EXPORTED bool mlirTypeIsAF64(MlirType type);
28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()162 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF64;
557 if (mlirTypeIsAF64(elementType)) { in accessBuffer()839 if (mlirTypeIsAF64(type)) { in dunderGetItem()
89 bool mlirTypeIsAF64(MlirType type) { return unwrap(type).isF64(); } in mlirTypeIsAF64() function
678 if (!mlirTypeIsAF64(f64)) in printBuiltinTypes()