Searched refs:getByValType (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h305 Type *getByValType() const;
809 Type *getByValType() const { return ByValType; } function in class:llvm::AttrBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h253 Type *getByValType() const;
H A DAttributes.cpp745 Type *AttributeSet::getByValType() const { function in class:AttributeSet
746 return SetNode ? SetNode->getByValType() : nullptr;
843 Attr = Attribute::getWithByValType(C, B.getByValType());
925 Type *AttributeSetNode::getByValType() const { function in class:AttributeSetNode
1452 return getAttributes(Index+FirstArgIndex).getByValType();
H A DFunction.cpp138 if (Type *ByValTy = ParamAttrs.getByValType())
H A DVerifier.cpp1702 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) {
1703 Assert(Attrs.getByValType() == cast<PointerType>(Ty)->getElementType(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp496 if (ArgAttrs.getByValType()) {

Completed in 93 milliseconds