HomeSort by: relevance | last modified time | path
    Searched refs:getUnsignedShortAccumScale (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 796 assert(getUnsignedShortAccumScale() + getUnsignedShortAccumIBits() <=
831 getUnsignedAccumScale() >= getUnsignedShortAccumScale());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 513 /// getUnsignedShortAccumScale/IBits - Return the number of
515 unsigned getUnsignedShortAccumScale() const {
521 : ShortAccumWidth - getUnsignedShortAccumScale();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 11420 return Target.getUnsignedShortAccumScale();

Completed in 52 milliseconds