Home
last modified time | relevance | path

Searched refs:getUnsignedShortAccumScale (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp852 assert(getUnsignedShortAccumScale() + getUnsignedShortAccumIBits() <= in CheckFixedPointBits()
887 getUnsignedAccumScale() >= getUnsignedShortAccumScale()); in CheckFixedPointBits()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h524 unsigned getUnsignedShortAccumScale() const { in getUnsignedShortAccumScale() function
530 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp12178 return Target.getUnsignedShortAccumScale(); in getFixedPointScale()