Searched refs:getByValType (Results 1 – 5 of 5) sorted by relevance
373 Type *getByValType() const;1139 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
519 if (ArgAttrs.getByValType()) in promoteCall()
796 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet1515 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
1881 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()1910 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()1911 Check(Attrs.getByValType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()
163 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()