Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h368 Type *getByValType() const;
1126 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp507 if (ArgAttrs.getByValType()) in promoteCall()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp726 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1441 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DFunction.cpp163 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
H A DVerifier.cpp1847 Check(Attrs.getByValType()->isSized(&Visited), in verifyParameterAttrs()
1876 if (Attrs.hasAttribute(Attribute::ByVal) && Attrs.getByValType()) { in verifyParameterAttrs()
1877 Check(Attrs.getByValType() == PTy->getNonOpaquePointerElementType(), in verifyParameterAttrs()