Searched defs:getArgOperand (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | CallSite.h | 221 ValTy *getArgOperand(unsigned i) const { function in class:llvm::CallSiteBase 222 CALLSITE_DELEGATE_GETTER(getArgOperand(i)); |
H A D | InstrTypes.h | 1157 /// 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 D | Instructions.h | 1540 /// 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 270 milliseconds