Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1216 DefineFixedPointMacros(TI, Builder, "LACCUM", "LK", TI.getLongAccumWidth(), in InitializePredefinedMacros()
1219 TI.getLongAccumWidth(), in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h553 unsigned getLongAccumWidth() const { return LongAccumWidth; } in getLongAccumWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2079 Width = Target->getLongAccumWidth(); in getTypeInfoImpl()