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

/external/llvm/lib/IR/
H A DFunction.cpp65 /// getArgNo - Return the index of this formal argument in its containing
67 unsigned Argument::getArgNo() const { function in class:Argument
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()
[all...]

Completed in 99 milliseconds