reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 if (!AllowEmpty && I.second.empty()) 93 MVT T = I.second.empty() ? MVT::Other : *I.second.begin(); 103 if (!I.second.empty()) 154 } else if (!S.empty()) { 245 bool NoModeThis = !hasMode(M) || get(M).empty(); 246 bool NoModeVTS = !VTS.hasMode(M) || VTS.get(M).empty(); 335 AllEmpty &= I.second.empty(); 490 } else if (S.empty() || B.empty()) { 490 } else if (S.empty() || B.empty()) { 491 Changed = !S.empty() || !B.empty(); 491 Changed = !S.empty() || !B.empty(); 573 assert(!V.empty() && !E.empty()); 573 assert(!V.empty() && !E.empty()); 1683 if (S.get(DefaultMode).empty())