Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h401 unsigned getRetAlignment() const { in getRetAlignment() function
402 CALLSITE_DELEGATE_GETTER(getRetAlignment()); in getRetAlignment()
H A DAttributes.h597 unsigned getRetAlignment() const;
H A DInstrTypes.h1448 unsigned getRetAlignment() const { return Attrs.getRetAlignment(); }
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp687 Align = Call->getAttributes().getRetAlignment(); in getPointerAlignment()
H A DAttributes.cpp1252 unsigned AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList