Home | History | Annotate | Download | only in IR

Lines Matching refs:setArgOperand

1161   /// getArgOperand/setArgOperand - Return/set the i-th funcletpad argument.
1164 void setArgOperand(unsigned i, Value *v) { setOperand(i, v); }