Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp79 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
946 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
950 ShortAccumWidth); in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h105 unsigned char ShortAccumWidth, ShortAccumAlign; member
543 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
575 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
598 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()