Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h1342 enum { NumTypeBits = 18 };
1351 unsigned : NumTypeBits;
1366 unsigned : NumTypeBits;
1376 unsigned : NumTypeBits;
1399 unsigned : NumTypeBits;
1410 static_assert(NumTypeBits + 7 + 6 + 1 <= 32, "Does not fit in an unsigned");
1415 unsigned : NumTypeBits;
1438 unsigned : NumTypeBits;
1447 unsigned : NumTypeBits;
1454 unsigned NumElements : 29 - NumTypeBits;
[all …]
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3404 auto NumTypeBits = DL->getTypeSizeInBits(Scalar->getType()); in computeMinimumValueSizes() local
3405 MaxBitWidth = std::max<unsigned>(NumTypeBits - NumSignBits, MaxBitWidth); in computeMinimumValueSizes()