Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h401 unsigned getRetAlignment() const { in getRetAlignment() function
402 CALLSITE_DELEGATE_GETTER(getRetAlignment()); in getRetAlignment()
DAttributes.h586 unsigned getRetAlignment() const;
DInstructions.h1707 unsigned getRetAlignment() const { return Attrs.getRetAlignment(); }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp696 Align = CS.getAttributes().getRetAlignment(); in getPointerAlignment()
DAttributes.cpp1250 unsigned AttributeList::getRetAlignment() const { in getRetAlignment() function in AttributeList