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

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

Completed in 118 milliseconds