HomeSort by relevance Sort by last modified time
    Searched refs:IsQuad (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
TargetBuiltins.h 89 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
92 if (IsQuad)
102 bool isQuad() const { return (Flags & QuadFlag) != 0; }
  /external/clang/lib/Sema/
SemaChecking.cpp 307 int IsQuad = Type.isQuad();
311 return shift ? 7 : (8 << IsQuad) - 1;
314 return shift ? 15 : (4 << IsQuad) - 1;
316 return shift ? 31 : (2 << IsQuad) - 1;
318 return shift ? 63 : (1 << IsQuad) - 1;
321 return (4 << IsQuad) - 1;
324 return (2 << IsQuad) - 1;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 129 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
132 if (IsQuad)
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 89 milliseconds