Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h104 unsigned char ShortAccumScale; member
505 unsigned getShortAccumScale() const { return ShortAccumScale; } in getShortAccumScale()
507 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
525 return PaddingOnUnsignedFixedPoint ? ShortAccumScale : ShortAccumScale + 1; in getUnsignedShortAccumScale()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp62 ShortAccumScale = 7; in TargetInfo()
849 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
885 assert(LongAccumScale >= AccumScale && AccumScale >= ShortAccumScale); in CheckFixedPointBits()