Searched defs:setArgOperand (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.
1322 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::CallInst
2997 /// getArgOperand/setArgOperand - Return/set the i-th invoke argument.
3000 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::InvokeInst

Completed in 74 milliseconds