Searched refs:getPreallocatedType (Results 1 – 5 of 5) sorted by relevance
335 Type *getPreallocatedType() const;910 Type *getPreallocatedType() const { return PreallocatedType; }
261 Type *getPreallocatedType() const;
842 Type *AttributeSet::getPreallocatedType() const { in getPreallocatedType() function in AttributeSet843 return SetNode ? SetNode->getPreallocatedType() : nullptr; in getPreallocatedType()962 Attr = Attribute::getWithPreallocatedType(C, B.getPreallocatedType()); in get()1067 Type *AttributeSetNode::getPreallocatedType() const { in getPreallocatedType() function in AttributeSetNode1632 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
163 if (Type *PreAllocTy = ParamAttrs.getPreallocatedType()) in getMemoryParamAllocType()
1867 Assert(Attrs.getPreallocatedType() == PTy->getElementType(), in verifyParameterAttrs()