Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h713 MLIR_CAPI_EXPORTED MlirType mlirValueGetType(MlirValue value);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c429 MlirType type = mlirValueGetType(value); in printFirstOfEach()
621 mlirTypeDump(mlirValueGetType(mlirOperationGetResult(op, 0))); in createOperationWithTypeInference()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp704 MlirType mlirValueGetType(MlirValue value) { in mlirValueGetType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1973 PyType(context, mlirValueGetType(container.getElement(i).get()))); in getValueTypes()
3149 mlirValueGetType(self.get())); in populateIRCore()