Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h701 MLIR_CAPI_EXPORTED void mlirBlockArgumentSetType(MlirValue value,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp691 void mlirBlockArgumentSetType(MlirValue value, MlirType type) { in mlirBlockArgumentSetType() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1938 return mlirBlockArgumentSetType(self.get(), type); in bindDerived()