D | Instructions.cpp | 1238 void AtomicRMWInst::Init(BinOp Operation, Value *Ptr, Value *Val, in Init() 1258 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst 1263 OperandTraits<AtomicRMWInst>::op_begin(this), in AtomicRMWInst() 1264 OperandTraits<AtomicRMWInst>::operands(this), in AtomicRMWInst() 1269 AtomicRMWInst::AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, in AtomicRMWInst() function in AtomicRMWInst 1274 OperandTraits<AtomicRMWInst>::op_begin(this), in AtomicRMWInst() 1275 OperandTraits<AtomicRMWInst>::operands(this), in AtomicRMWInst() 3387 AtomicRMWInst *AtomicRMWInst::clone_impl() const { in clone_impl() 3388 AtomicRMWInst *Result = in clone_impl() 3389 new AtomicRMWInst(getOperation(),getOperand(0), getOperand(1), in clone_impl()
|