Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp791 assert(getUnsignedLongAccumScale() + getUnsignedLongAccumIBits() <= in CheckFixedPointBits()
822 assert(getUnsignedLongAccumScale() >= getUnsignedAccumScale() && in CheckFixedPointBits()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h519 unsigned getUnsignedLongAccumScale() const { in getUnsignedLongAccumScale() function
525 : LongAccumWidth - getUnsignedLongAccumScale(); in getUnsignedLongAccumIBits()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11233 return Target.getUnsignedLongAccumScale(); in getFixedPointScale()