Searched refs:loadVal (Results 1 – 3 of 3) sorted by relevance
353 Value loadVal = in matchAndRewrite() local356 loadVal = castIntNToBool(loc, loadVal, rewriter); in matchAndRewrite()357 rewriter.replaceOp(loadOp, loadVal); in matchAndRewrite()
1633 mlir::Value loadVal = load.getRes(); in genOpenMPReduction() local1634 for (mlir::OpOperand &use2 : loadVal.getUses()) { in genOpenMPReduction()1647 if (add.getLhs() == loadVal) { in genOpenMPReduction()
543 auto loadVal = builder->create<fir::LoadOp>(loc, fir::getBase(rhs)); in copyHostAssociateVar() local544 builder->create<fir::StoreOp>(loc, loadVal, fir::getBase(lhs)); in copyHostAssociateVar()