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

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h343 Value *getValueOperand() { return getOperand(0); } function in class:llvm::StoreInst
344 const Value *getValueOperand() const { return getOperand(0); } function in class:llvm::StoreInst

Completed in 123 milliseconds