Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c160 MlirValue constOneValue = mlirOperationGetResult(constOne, 0); in makeAndDumpAdd() local
161 MlirValue loopOperands[] = {constZeroValue, dimValue, constOneValue}; in makeAndDumpAdd()
1698 MlirValue constOneValue = mlirOperationGetResult(constOne, 0); in testOperands() local
1718 mlirOperationSetOperand(op, 0, constOneValue); in testOperands()