Home | History | Annotate | Download | only in AST

Lines Matching defs:TotalSize

96     uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
97 return 64 - llvm::countLeadingZeros(TotalSize);
106 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
107 TotalSize *= SizeExtended;
109 return TotalSize.getActiveBits();