Home | History | Annotate | Download | only in AST

Lines Matching refs:NumElements

78                                                const llvm::APInt &NumElements) {
88 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
93 if ((ElementSize >> 32) == 0 && NumElements.getBitWidth() <= 64 &&
94 (NumElements.getZExtValue() >> 32) == 0) {
95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
100 llvm::APSInt SizeExtended(NumElements, true);
180 VectorTypeBits.NumElements = nElements;
192 VectorTypeBits.NumElements = nElements;