Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1813 auto &CondMemOp = cast<T>(*I.clone()); in rewriteMemOpOfSelect() local
1821 CondMemOp.dropUBImplyingAttrsAndMetadata(); in rewriteMemOpOfSelect()
1824 CondMemOp.insertBefore(NewMemOpBB->getTerminator()); in rewriteMemOpOfSelect()
1826 CondMemOp.setOperand(I.getPointerOperandIndex(), Ptr); in rewriteMemOpOfSelect()
1828 CondMemOp.setName(I.getName() + (IsThen ? ".then" : ".else") + ".val"); in rewriteMemOpOfSelect()
1829 PN->addIncoming(&CondMemOp, NewMemOpBB); in rewriteMemOpOfSelect()
1831 LLVM_DEBUG(dbgs() << " to: " << CondMemOp << "\n"); in rewriteMemOpOfSelect()