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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 2418   if (!getConstantStringInfo(CI->getArgOperand(1), FormatStr))
 2425     if (FormatStr.find('%') != StringRef::npos)
 2431                                     FormatStr.size() + 1)); // Copy the null byte.
 2432     return ConstantInt::get(CI->getType(), FormatStr.size());
 2437   if (FormatStr.size() != 2 || FormatStr[0] != '%' ||
 2437   if (FormatStr.size() != 2 || FormatStr[0] != '%' ||
 2442   if (FormatStr[1] == 'c') {
 2455   if (FormatStr[1] == 's') {