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

/external/llvm/include/llvm/IR/
H A DInstructions.h1251 /// getArgOperand/setArgOperand - Return/set the i-th call argument.
1253 Value *getArgOperand(unsigned i) const { return getOperand(i); } function in class:llvm::CallInst
3009 /// getArgOperand/setArgOperand - Return/set the i-th invoke argument.
3011 Value *getArgOperand(unsigned i) const { return getOperand(i); } function in class:llvm::InvokeInst

Completed in 168 milliseconds