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

References

lib/Transforms/IPO/LowerTypeTests.cpp
  905   TTRes.TheKind = TIL.TheKind;
  927     ExportConstant("align", TTRes.AlignLog2, TIL.AlignLog2);
  928     ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1);
  932       TTRes.SizeM1BitWidth = (BitSize <= 32) ? 5 : 6;
  934       TTRes.SizeM1BitWidth = (BitSize <= 128) ? 7 : 32;
  942       return &TTRes.BitMask;
  946     ExportConstant("inline_bits", TTRes.InlineBits, TIL.InlineBits);