Searched refs:getParamPreallocatedType (Results 1 – 7 of 7) sorted by relevance
470 Type *getParamPreallocatedType(unsigned ArgNo) const { in getParamPreallocatedType() function471 return AttributeSets.getParamPreallocatedType(ArgNo); in getParamPreallocatedType()
1760 Type *getParamPreallocatedType(unsigned ArgNo) const {1761 if (auto *Ty = Attrs.getParamPreallocatedType(ArgNo))1764 return F->getAttributes().getParamPreallocatedType(ArgNo);
838 Type *getParamPreallocatedType(unsigned ArgNo) const;
288 ASSERT_TRUE(I->getParamPreallocatedType(0)); in TEST()
199 ElementTy = FuncInfo.getParamPreallocatedType(ParamIdx); in setArgFlags()
1452 Type *AttributeList::getParamPreallocatedType(unsigned Index) const { in getParamPreallocatedType() function in AttributeList
133 IndirectType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()