Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp787 assert(LongAccumScale + getLongAccumIBits() + 1 <= LongAccumWidth); in CheckFixedPointBits()
830 assert(getLongAccumIBits() >= getAccumIBits() && in CheckFixedPointBits()
839 assert(getLongAccumIBits() >= getUnsignedLongAccumIBits()); in CheckFixedPointBits()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h492 unsigned getLongAccumIBits() const { in getLongAccumIBits() function
524 ? getLongAccumIBits() in getUnsignedLongAccumIBits()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11270 return Target.getLongAccumIBits(); in getFixedPointIBits()