Searched refs:getParamPreallocatedType (Results 1 – 4 of 4) sorted by relevance
1727 Type *getParamPreallocatedType(unsigned ArgNo) const {1728 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1731 return F->getAttributes().getParamPreallocatedType(ArgNo);
707 Type *getParamPreallocatedType(unsigned ArgNo) const;
1451 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
131 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()