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

/external/llvm/include/llvm/IR/
H A DCallSite.h221 ValTy *getArgOperand(unsigned i) const { function in class:llvm::CallSiteBase
222 CALLSITE_DELEGATE_GETTER(getArgOperand(i));
H A DInstrTypes.h1157 /// getArgOperand/setArgOperand - Return/set the i-th funcletpad argument.
1159 Value *getArgOperand(unsigned i) const { return getOperand(i); } function in class:llvm::FuncletPadInst
H A DInstructions.h1540 /// getArgOperand/setArgOperand - Return/set the i-th call argument.
1542 Value *getArgOperand(unsigned i) const { function in class:llvm::CallInst
3465 /// getArgOperand/setArgOperand - Return/set the i-th invoke argument.
3467 Value *getArgOperand(unsigned i) const { function in class:llvm::InvokeInst

Completed in 424 milliseconds