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

/external/llvm/include/llvm/IR/
H A DInstructions.h360 Value *getValueOperand() { return getOperand(0); } function in class:llvm::StoreInst
361 const Value *getValueOperand() const { return getOperand(0); } function in class:llvm::StoreInst

Completed in 82 milliseconds