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

References

lib/Transforms/IPO/LowerTypeTests.cpp
  959   TIL.TheKind = TTRes.TheKind;
 1002   if (TIL.TheKind != TypeTestResolution::Unsat)
 1003     TIL.OffsetedGlobal = ImportGlobal("global_addr");
 1005   if (TIL.TheKind == TypeTestResolution::ByteArray ||
 1006       TIL.TheKind == TypeTestResolution::Inline ||
 1007       TIL.TheKind == TypeTestResolution::AllOnes) {
 1008     TIL.AlignLog2 = ImportConstant("align", TTRes.AlignLog2, 8, Int8Ty);
 1009     TIL.SizeM1 =
 1013   if (TIL.TheKind == TypeTestResolution::ByteArray) {
 1014     TIL.TheByteArray = ImportGlobal("byte_array");
 1015     TIL.BitMask = ImportConstant("bit_mask", TTRes.BitMask, 8, Int8PtrTy);
 1018   if (TIL.TheKind == TypeTestResolution::Inline)
 1019     TIL.InlineBits = ImportConstant(
 1023   return TIL;