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.h445 LLVM_ABI Type *getByValType() const;
1189 Type *getByValType() const { return getTypeAttr(Attribute::ByVal); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp536 if (ArgAttrs.getByValType()) in promoteCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp188 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType()
H A DAttributes.cpp1154 Type *AttributeSet::getByValType() const { in getByValType() function in AttributeSet
1924 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
H A DVerifier.cpp2098 Type *ByValTy = Attrs.getByValType(); in verifyParameterAttrs()