Searched refs:getParamInAllocaType (Results 1 – 9 of 9) sorted by relevance
121 Type *getParamInAllocaType() const;
480 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function481 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1858 Type *getParamInAllocaType(unsigned ArgNo) const {1859 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1862 return F->getAttributes().getParamInAllocaType(ArgNo);
857 Type *getParamInAllocaType(unsigned ArgNo) const;
523 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
237 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument239 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1559 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
219 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
137 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()