Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1207 DefineFixedPointMacros(TI, Builder, "SACCUM", "HK", TI.getShortAccumWidth(), in InitializePredefinedMacros()
1210 TI.getShortAccumWidth(), in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h543 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2065 Width = Target->getShortAccumWidth(); in getTypeInfoImpl()