Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h510 MLIR_CAPI_EXPORTED bool mlirValueIsABlockArgument(MlirValue value);
/external/llvm-project/mlir/test/CAPI/
Dir.c212 if (mlirValueIsABlockArgument(result)) in collectStatsSingle()
230 if (!mlirValueIsABlockArgument(arg)) in collectStatsSingle()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp496 bool mlirValueIsABlockArgument(MlirValue value) { in mlirValueIsABlockArgument() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1210 static constexpr IsAFunctionTy isaFunction = mlirValueIsABlockArgument;