Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp814 Value addRes = builder.create<mlir::arith::AddIOp>(loc, op1, op2); in createReductionDecl() local
815 builder.create<omp::YieldOp>(loc, addRes); in createReductionDecl()
1637 mlir::Value addRes = add.getResult(); in genOpenMPReduction() local
1638 for (mlir::OpOperand &use3 : addRes.getUses()) { in genOpenMPReduction()