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

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 2854       if (CaseSize & 128)
 2855         CaseSize = GetVBR(CaseSize, MatcherTable, Idx);
 2855         CaseSize = GetVBR(CaseSize, MatcherTable, Idx);
 2856       if (CaseSize == 0) break;
 2864       Idx += CaseSize;