Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp81 LongAccumWidth = LongAccumAlign = 64; in TargetInfo()
948 assert(LongAccumScale + getLongAccumIBits() + 1 <= LongAccumWidth); in CheckFixedPointBits()
953 LongAccumWidth); in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h107 unsigned char LongAccumWidth, LongAccumAlign; member
553 unsigned getLongAccumWidth() const { return LongAccumWidth; } in getLongAccumWidth()
587 return LongAccumWidth - LongAccumScale - 1; in getLongAccumIBits()
619 : LongAccumWidth - getUnsignedLongAccumScale(); in getUnsignedLongAccumIBits()