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

/external/llvm/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 148 milliseconds