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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h345 Value *getValueOperand() { return getOperand(0); } function in class:llvm::StoreInst
346 const Value *getValueOperand() const { return getOperand(0); } function in class:llvm::StoreInst

Completed in 230 milliseconds