Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h555 unsigned getAccumScale() const { return AccumScale; } in getAccumScale() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13329 return Target.getAccumScale(); in getFixedPointScale()