Home
last modified time | relevance | path

Searched refs:mlirTypeIsAF64 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h92 MLIR_CAPI_EXPORTED bool mlirTypeIsAF64(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
162 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF64;
H A DIRAttributes.cpp557 if (mlirTypeIsAF64(elementType)) { in accessBuffer()
839 if (mlirTypeIsAF64(type)) { in dunderGetItem()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp89 bool mlirTypeIsAF64(MlirType type) { return unwrap(type).isF64(); } in mlirTypeIsAF64() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c678 if (!mlirTypeIsAF64(f64)) in printBuiltinTypes()