Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp785 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
831 getAccumIBits() >= getShortAccumIBits()); in CheckFixedPointBits()
837 assert(getShortAccumIBits() >= getUnsignedShortAccumIBits()); in CheckFixedPointBits()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h480 unsigned getShortAccumIBits() const { in getShortAccumIBits() function
503 ? getShortAccumIBits() in getUnsignedShortAccumIBits()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11264 return Target.getShortAccumIBits(); in getFixedPointIBits()