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

References

lib/Transforms/IPO/LowerTypeTests.cpp
 1764   if ((!TypeTestFunc || TypeTestFunc->use_empty()) &&
 1764   if ((!TypeTestFunc || TypeTestFunc->use_empty()) &&
 1770     if (TypeTestFunc) {
 1771       for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end();
 1771       for (auto UI = TypeTestFunc->use_begin(), UE = TypeTestFunc->use_end();
 1998   if (TypeTestFunc) {
 1999     for (const Use &U : TypeTestFunc->uses()) {