Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h408 Type *getByValType() const;
1132 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp533 if (ArgAttrs.getByValType()) in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp945 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1681 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DFunction.cpp195 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
H A DVerifier.cpp2024 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()
2026 Check(DL.getTypeAllocSize(Attrs.getByValType()).getKnownMinValue() < in verifyParameterAttrs()