Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1860 auto &CondMemOp = cast<T>(*I.clone()); in rewriteMemOpOfSelect() local
1868 CondMemOp.dropUBImplyingAttrsAndMetadata(); in rewriteMemOpOfSelect()
1871 CondMemOp.insertBefore(NewMemOpBB->getTerminator()); in rewriteMemOpOfSelect()
1873 CondMemOp.setOperand(I.getPointerOperandIndex(), Ptr); in rewriteMemOpOfSelect()
1875 CondMemOp.setName(I.getName() + (IsThen ? ".then" : ".else") + ".val"); in rewriteMemOpOfSelect()
1876 PN->addIncoming(&CondMemOp, NewMemOpBB); in rewriteMemOpOfSelect()
1878 LLVM_DEBUG(dbgs() << " to: " << CondMemOp << "\n"); in rewriteMemOpOfSelect()