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

References

include/llvm/CodeGen/BasicTTIImpl.h
 1477           LegalCost.push_back(LT.first * 2);
 1479           LegalCost.push_back(LT.first * 1);
 1487     auto MinLegalCostI = std::min_element(LegalCost.begin(), LegalCost.end());
 1487     auto MinLegalCostI = std::min_element(LegalCost.begin(), LegalCost.end());
 1488     if (MinLegalCostI != LegalCost.end())