Searched refs:getByValType (Results 1 – 5 of 5) sorted by relevance
686 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet687 return SetNode ? SetNode->getByValType() : nullptr; in getByValType()779 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()852 Type *AttributeSetNode::getByValType() const { in getByValType() function in AttributeSetNode1360 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
217 Type *getByValType() const;
1652 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()1653 Assert(Attrs.getByValType() == cast<PointerType>(Ty)->getElementType(), in verifyParameterAttrs()
292 Type *getByValType() const;791 Type *getByValType() const { return ByValType; }
418 if (ArgAttrs.getByValType()) { in promoteCall()