Home | History | Annotate | Download | only in IR

Lines Matching refs:getArgNo

65 /// getArgNo - Return the index of this formal argument in its containing
67 unsigned Argument::getArgNo() const {
84 hasAttribute(getArgNo()+1, Attribute::ByVal);
89 return getParent()->getParamAlignment(getArgNo()+1);
98 hasAttribute(getArgNo()+1, Attribute::Nest);
106 hasAttribute(getArgNo()+1, Attribute::NoAlias);
114 hasAttribute(getArgNo()+1, Attribute::NoCapture);
132 getParent()->addAttributes(getArgNo() + 1,
134 getArgNo() + 1, B));
142 getParent()->removeAttributes(getArgNo() + 1,
144 getArgNo() + 1, B));