Searched refs:unwrappedOperands (Results 1 – 2 of 2) sorted by relevance
52 SmallVector<Value> unwrappedOperands; in mlirInferTypeOpInterfaceInferReturnTypes() local53 (void)unwrapList(nOperands, operands, unwrappedOperands); in mlirInferTypeOpInterfaceInferReturnTypes()73 unwrap(context), maybeLocation, unwrappedOperands, attributeDict, in mlirInferTypeOpInterfaceInferReturnTypes()
283 SmallVector<Value, 4> unwrappedOperands(numOperands); in outlineExecuteOp() local286 unwrappedOperands[i] = builder.create<AwaitOp>(loc, operand).result(); in outlineExecuteOp()293 valueMapping.map(execute.body().getArguments(), unwrappedOperands); in outlineExecuteOp()