Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c117 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in makeAndDumpAdd() local
118 MlirValue dimOperands[] = {funcArg0, constZeroValue}; in makeAndDumpAdd()
143 MlirValue loopOperands[] = {constZeroValue, dimValue, constOneValue}; in makeAndDumpAdd()