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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h1161 /// getArgOperand/setArgOperand - Return/set the i-th funcletpad argument.
1164 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::FuncletPadInst
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h1226 /// getArgOperand/setArgOperand - Return/set the i-th call argument.
1229 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); } function in class:llvm::CallInst
2708 /// getArgOperand/setArgOperand - Return/set the i-th invoke argument.
2711 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); }

Completed in 106 milliseconds