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

References

lib/Transforms/IPO/LowerTypeTests.cpp
  663   if (TIL.TheKind == TypeTestResolution::Inline) {
  730   if (TIL.TheKind == TypeTestResolution::Unsat)
  746   if (TIL.TheKind == TypeTestResolution::Single)
  772   if (TIL.TheKind == TypeTestResolution::AllOnes)
  905   TTRes.TheKind = TIL.TheKind;
  921   if (TIL.TheKind != TypeTestResolution::Unsat)
  924   if (TIL.TheKind == TypeTestResolution::ByteArray ||
  925       TIL.TheKind == TypeTestResolution::Inline ||
  926       TIL.TheKind == TypeTestResolution::AllOnes) {
  931     if (TIL.TheKind == TypeTestResolution::Inline)
  937   if (TIL.TheKind == TypeTestResolution::ByteArray) {
  945   if (TIL.TheKind == TypeTestResolution::Inline)
  959   TIL.TheKind = TTRes.TheKind;
 1002   if (TIL.TheKind != TypeTestResolution::Unsat)
 1005   if (TIL.TheKind == TypeTestResolution::ByteArray ||
 1006       TIL.TheKind == TypeTestResolution::Inline ||
 1007       TIL.TheKind == TypeTestResolution::AllOnes) {
 1013   if (TIL.TheKind == TypeTestResolution::ByteArray) {
 1018   if (TIL.TheKind == TypeTestResolution::Inline)
 1130       TIL.TheKind = (BSI.BitSize == 1) ? TypeTestResolution::Single
 1133       TIL.TheKind = TypeTestResolution::Inline;
 1138         TIL.TheKind = TypeTestResolution::Unsat;
 1143       TIL.TheKind = TypeTestResolution::ByteArray;