Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h534 return llvm::alignTo(NumBits, getBitIntAlign(NumBits)); in getBitIntWidth()
536 unsigned getBitIntAlign(unsigned NumBits) const { in getBitIntAlign() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2303 Align = Target->getBitIntAlign(EIT->getNumBits()); in getTypeInfoImpl()