Searched refs:getShortAccumIBits (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp760 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth);
806 getAccumIBits() >= getShortAccumIBits());
812 assert(getShortAccumIBits() >= getUnsignedShortAccumIBits());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h442 unsigned getShortAccumIBits() const { function in class:clang::TargetInfo
465 ? getShortAccumIBits()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10830 return Target.getShortAccumIBits();

Completed in 113 milliseconds