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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  916   if (!getConstantStringInfo(SrcStr, Str, 0, /*TrimAtNul=*/false))
  922   Str = Str.substr(0, LenC->getZExtValue());
  922   Str = Str.substr(0, LenC->getZExtValue());
  934   if (!CharC && !Str.empty() && isOnlyUsedInZeroEqualityComparison(CI)) {
  936         *std::max_element(reinterpret_cast<const unsigned char *>(Str.begin()),
  937                           reinterpret_cast<const unsigned char *>(Str.end()));
  953     for (char C : Str)
  979   size_t I = Str.find(CharC->getSExtValue() & 0xFF);