Searched refs:LongAccumWidth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h72 unsigned char LongAccumWidth, LongAccumAlign; member in struct:clang::TransferrableTargetInfo
421 unsigned getLongAccumWidth() const { return LongAccumWidth; }
455 return LongAccumWidth - LongAccumScale - 1;
487 : LongAccumWidth - getUnsignedLongAccumScale();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp48 LongAccumWidth = LongAccumAlign = 64;
762 assert(LongAccumScale + getLongAccumIBits() + 1 <= LongAccumWidth);
767 LongAccumWidth);

Completed in 59 milliseconds