Home
last modified time | relevance | path

Searched refs:mlirDenseElementsAttrGetUInt64Value (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h389 mlirDenseElementsAttrGetUInt64Value(MlirAttribute attr, intptr_t pos);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp496 uint64_t mlirDenseElementsAttrGetUInt64Value(MlirAttribute attr, intptr_t pos) { in mlirDenseElementsAttrGetUInt64Value() function
/external/llvm-project/mlir/test/CAPI/
Dir.c885 mlirDenseElementsAttrGetUInt64Value(uint64Elements, 1) != 1 || in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1746 return bufferInfo(shapedType, mlirDenseElementsAttrGetUInt64Value); in accessBuffer()
1867 return mlirDenseElementsAttrGetUInt64Value(*this, pos); in dunderGetItem()