reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Type.cpp
  245   assert(NumBits >= MIN_INT_BITS && "bitwidth too small");
  246   assert(NumBits <= MAX_INT_BITS && "bitwidth too large");
  249   switch (NumBits) {
  260   IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits];
  263     Entry = new (C.pImpl->Alloc) IntegerType(C, NumBits);