Searched refs:getParamInAllocaType (Results 1 – 7 of 7) sorted by relevance
117 Type *getParamInAllocaType() const;
512 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function513 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1736 Type *getParamInAllocaType(unsigned ArgNo) const {1737 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1740 return F->getAttributes().getParamInAllocaType(ArgNo);
710 Type *getParamInAllocaType(unsigned ArgNo) const;
221 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument223 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1455 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
133 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()