Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c133 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in makeAndDumpAdd() local
134 MlirValue dimOperands[] = {funcArg0, constZeroValue}; in makeAndDumpAdd()
161 MlirValue loopOperands[] = {constZeroValue, dimValue, constOneValue}; in makeAndDumpAdd()
1686 MlirValue constZeroValue = mlirOperationGetResult(constZero, 0); in testOperands() local
1704 MlirValue initialOperands[] = {constZeroValue}; in testOperands()