Searched defs:getValOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h747 Value *getValOperand() { return getOperand(1); } function in class:llvm::AtomicRMWInst
748 const Value *getValOperand() const { return getOperand(1); } function in class:llvm::AtomicRMWInst

Completed in 174 milliseconds