Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp627 auto oldOper = ret.getOperand(0); in convertSignature() local
628 auto oldOperTy = fir::ReferenceType::get(oldOper.getType()); in convertSignature()
631 rewriter->create<fir::StoreOp>(loc, oldOper, cast); in convertSignature()
641 auto oldOper = ret.getOperand(0); in convertSignature() local
642 auto oldOperTy = fir::ReferenceType::get(oldOper.getType()); in convertSignature()
646 rewriter->create<fir::StoreOp>(loc, oldOper, cast); in convertSignature()