Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h543 uint64_t getPrefTypeAlignment(Type *Ty) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp870 uint64_t DataLayout::getPrefTypeAlignment(Type *Ty) const { in getPrefTypeAlignment() function in DataLayout