Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h688 MLIR_CAPI_EXPORTED bool mlirValueIsABlockArgument(MlirValue value);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c230 if (mlirValueIsABlockArgument(result)) in collectStatsSingle()
248 if (!mlirValueIsABlockArgument(arg)) in collectStatsSingle()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp674 bool mlirValueIsABlockArgument(MlirValue value) { in mlirValueIsABlockArgument() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1704 if (mlirValueIsABlockArgument(value)) in createFromCapsule()
1923 static constexpr IsAFunctionTy isaFunction = mlirValueIsABlockArgument;
2066 else if (mlirValueIsABlockArgument(operand)) in getRawElement()