Searched refs:getByValType (Results 1 – 5 of 5) sorted by relevance
368 Type *getByValType() const;1126 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
507 if (ArgAttrs.getByValType()) in promoteCall()
726 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet1441 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
163 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
1847 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()1876 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()1877 Check(Attrs.getByValType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()