Home
last modified time | relevance | path

Searched refs:mlirFloatAttrDoubleGetChecked (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h102 mlirFloatAttrDoubleGetChecked(MlirType type, double value, MlirLocation loc);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp106 MlirAttribute mlirFloatAttrDoubleGetChecked(MlirType type, double value, in mlirFloatAttrDoubleGetChecked() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1475 MlirAttribute attr = mlirFloatAttrDoubleGetChecked(type, value, loc); in bindDerived()