Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h70 unsigned char ShortAccumWidth, ShortAccumAlign; member
411 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
443 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
466 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDTargetInfo.cpp46 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
760 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
764 ShortAccumWidth); in CheckFixedPointBits()