Home
last modified time | relevance | path

Searched refs:getPrefTypeAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDataLayout.h543 uint64_t getPrefTypeAlignment(Type *Ty) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDataLayout.cpp870 uint64_t DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout