Searched refs:getByValType (Results 1 – 5 of 5) sorted by relevance
344 Type *getByValType() const;912 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
493 if (ArgAttrs.getByValType()) in promoteCall()
695 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet1440 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
1773 Assert(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()1802 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()1803 Assert(Attrs.getByValType() == PTy->getElementType(), in verifyParameterAttrs()
164 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()