Searched refs:getParamInAllocaType (Results 1 – 9 of 9) sorted by relevance
128 Type *getParamInAllocaType() const;
498 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function499 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1874 Type *getParamInAllocaType(unsigned ArgNo) const {1875 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1878 return F->getAttributes().getParamInAllocaType(ArgNo);
900 Type *getParamInAllocaType(unsigned ArgNo) const;
536 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
247 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument249 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1696 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
243 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
138 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()