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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  414   if (Str1P == Str2P) // strcmp(x,x)  -> 0
  419   bool HasStr2 = getConstantStringInfo(Str2P, Str2);
  427         B.CreateLoad(B.getInt8Ty(), Str2P, "strcmpload"), CI->getType()));
  437   uint64_t Len2 = GetStringLength(Str2P);
  442     return emitMemCmp(Str1P, Str2P,
  452           Str1P, Str2P,
  456     if (canTransformToMemCmp(CI, Str2P, Len1, DL))
  458           Str1P, Str2P,