HomeSort by relevance Sort by last modified time
    Searched defs:AtomicRMWInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
Instructions.h 550 // AtomicRMWInst Class
553 /// AtomicRMWInst - an instruction that atomically reads a memory location,
557 class AtomicRMWInst : public Instruction {
560 virtual AtomicRMWInst *clone_impl() const;
599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
671 static inline bool classof(const AtomicRMWInst *) { return true; }
689 struct OperandTraits<AtomicRMWInst>
690 : public FixedNumOperandTraits<AtomicRMWInst,2> {
693 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(AtomicRMWInst, Value
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 538 milliseconds