Home
last modified time | relevance | path

Searched refs:getInAllocaType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h348 Type *getInAllocaType() const;
926 Type *getInAllocaType() const { return getTypeAttr(Attribute::InAlloca); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp707 Type *AttributeSet::getInAllocaType() const { in getInAllocaType() function in AttributeSet
1456 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
H A DFunction.cpp170 if (Type *InAllocaTy = ParamAttrs.getInAllocaType()) in getMemoryParamAllocType()
H A DVerifier.cpp1783 Assert(Attrs.getInAllocaType()->isSized(&Visited), in verifyParameterAttrs()
1813 Assert(Attrs.getInAllocaType() == PTy->getElementType(), in verifyParameterAttrs()