D | Instructions.cpp | 1219 void AtomicCmpXchgInst::Init(Value *Ptr, Value *Cmp, Value *NewVal, in Init() 1242 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst() function in AtomicCmpXchgInst 1247 OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst() 1248 OperandTraits<AtomicCmpXchgInst>::operands(this), in AtomicCmpXchgInst() 1253 AtomicCmpXchgInst::AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, in AtomicCmpXchgInst() function in AtomicCmpXchgInst 1258 OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst() 1259 OperandTraits<AtomicCmpXchgInst>::operands(this), in AtomicCmpXchgInst() 3356 AtomicCmpXchgInst *AtomicCmpXchgInst::clone_impl() const { in clone_impl() 3357 AtomicCmpXchgInst *Result = in clone_impl() 3358 new AtomicCmpXchgInst(getOperand(0), getOperand(1), getOperand(2), in clone_impl()
|