Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp948 assert(LongAccumScale + getLongAccumIBits() + 1 <= LongAccumWidth); in CheckFixedPointBits()
991 assert(getLongAccumIBits() >= getAccumIBits() && in CheckFixedPointBits()
1000 assert(getLongAccumIBits() >= getUnsignedLongAccumIBits()); in CheckFixedPointBits()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h586 unsigned getLongAccumIBits() const { in getLongAccumIBits() function
618 ? getLongAccumIBits() in getUnsignedLongAccumIBits()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1227 Builder.defineMacro("__LACCUM_IBIT__", Twine(TI.getLongAccumIBits())); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13954 return Target.getLongAccumIBits(); in getFixedPointIBits()