Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h1614 enum { NumTypeBits = 8 + llvm::BitWidth<TypeDependence> + 6 };
1623 unsigned : NumTypeBits;
1638 unsigned : NumTypeBits + 3 + 3;
1647 unsigned : NumTypeBits;
1660 unsigned : NumTypeBits;
1706 unsigned : NumTypeBits;
1721 unsigned : NumTypeBits;
1744 unsigned : NumTypeBits;
1755 unsigned : NumTypeBits;
1766 unsigned : NumTypeBits;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp118 auto NumTypeBits = DL.getTypeSizeInBits(Exit->getType()); in computeRecurrenceType() local
119 MaxBitWidth = NumTypeBits - NumSignBits; in computeRecurrenceType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11202 auto NumTypeBits = DL->getTypeSizeInBits(Scalar->getType()); in computeMinimumValueSizes() local
11203 MaxBitWidth = std::max<unsigned>(NumTypeBits - NumSignBits, MaxBitWidth); in computeMinimumValueSizes()