Home
last modified time | relevance | path

Searched refs:getUnsignedAccumScale (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp951 assert(getUnsignedAccumScale() + getUnsignedAccumIBits() <= AccumWidth); in CheckFixedPointBits()
983 assert(getUnsignedLongAccumScale() >= getUnsignedAccumScale() && in CheckFixedPointBits()
984 getUnsignedAccumScale() >= getUnsignedShortAccumScale()); in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h603 unsigned getUnsignedAccumScale() const { in getUnsignedAccumScale() function
608 : AccumWidth - getUnsignedAccumScale(); in getUnsignedAccumIBits()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1215 TI.getUnsignedAccumScale(), /*Signed=*/false); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13914 return Target.getUnsignedAccumScale(); in getFixedPointScale()