Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp788 assert(getUnsignedShortAccumScale() + getUnsignedShortAccumIBits() <= in CheckFixedPointBits()
823 getUnsignedAccumScale() >= getUnsignedShortAccumScale()); in CheckFixedPointBits()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h498 unsigned getUnsignedShortAccumScale() const { in getUnsignedShortAccumScale() function
504 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11227 return Target.getUnsignedShortAccumScale(); in getFixedPointScale()