Searched refs:addRes (Results 1 – 1 of 1) sorted by relevance
814 Value addRes = builder.create<mlir::arith::AddIOp>(loc, op1, op2); in createReductionDecl() local815 builder.create<omp::YieldOp>(loc, addRes); in createReductionDecl()1637 mlir::Value addRes = add.getResult(); in genOpenMPReduction() local1638 for (mlir::OpOperand &use3 : addRes.getUses()) { in genOpenMPReduction()