Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h523 MLIR_CAPI_EXPORTED void mlirBlockArgumentSetType(MlirValue value,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp513 void mlirBlockArgumentSetType(MlirValue value, MlirType type) { in mlirBlockArgumentSetType() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1223 return mlirBlockArgumentSetType(self.get(), type); in bindDerived()