Searched refs:getParamInAllocaType (Results 1 – 10 of 10) sorted by relevance
116 Type *getParamInAllocaType() const;
460 Type *getParamInAllocaType(unsigned ArgNo) const { in getParamInAllocaType() function461 return AttributeSets.getParamInAllocaType(ArgNo); in getParamInAllocaType()
1769 Type *getParamInAllocaType(unsigned ArgNo) const {1770 if (auto *Ty = Attrs.getParamInAllocaType(ArgNo))1773 return F->getAttributes().getParamInAllocaType(ArgNo);
841 Type *getParamInAllocaType(unsigned ArgNo) const;
510 ArgAttrs.addInAllocaAttr(Callee->getParamInAllocaType(ArgNo)); in promoteCall()
293 ASSERT_TRUE(I->getParamInAllocaType(0)); in TEST()
220 Type *Argument::getParamInAllocaType() const { in getParamInAllocaType() function in Argument222 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
1456 Type *AttributeList::getParamInAllocaType(unsigned Index) const { in getParamInAllocaType() function in AttributeList
197 ElementTy = FuncInfo.getParamInAllocaType(ParamIdx); in setArgFlags()
135 IndirectType = Call->getParamInAllocaType(ArgIdx); in setAttributes()