Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h548 unsigned getShortAccumScale() const { return ShortAccumScale; } in getShortAccumScale() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13326 return Target.getShortAccumScale(); in getFixedPointScale()