Searched refs:getParamInAllocaType (Results 1 – 7 of 7) sorted by relevance
117 Type *getParamInAllocaType() const;
511 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function512 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
703 Type *getParamInAllocaType(unsigned ArgNo) const;
1736 Type *getParamInAllocaType(unsigned ArgNo) const {1737 return Attrs.getParamInAllocaType(ArgNo);
222 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument224 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1635 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
136 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()