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

/external/llvm/include/llvm/
H A DInstructions.h1241 /// getArgOperand/setArgOperand - Return/set the i-th call argument.
1244 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::CallInst
3004 /// getArgOperand/setArgOperand - Return/set the i-th invoke argument.
3007 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::InvokeInst

Completed in 79 milliseconds