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 552 // AtomicRMWInst Class
555 /// AtomicRMWInst - an instruction that atomically reads a memory location,
559 class AtomicRMWInst : public Instruction {
562 virtual AtomicRMWInst *clone_impl() const;
601 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
604 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
673 static inline bool classof(const AtomicRMWInst *) { return true; }
691 struct OperandTraits<AtomicRMWInst>
692 : public FixedNumOperandTraits<AtomicRMWInst,2> {
695 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(AtomicRMWInst, Value
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 34 milliseconds