Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h573 unsigned getShortAccumScale() const { return ShortAccumScale; } in getShortAccumScale() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1208 TI.getShortAccumScale(), /*Signed=*/true); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13902 return Target.getShortAccumScale(); in getFixedPointScale()