Home
last modified time | relevance | path

Searched refs:getByValType (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h373 Type *getByValType() const;
1139 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp519 if (ArgAttrs.getByValType()) in promoteCall()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp796 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1515 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DVerifier.cpp1881 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()
H A DFunction.cpp163 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()