reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
414 if (Str1P == Str2P) // strcmp(x,x) -> 0 418 bool HasStr1 = getConstantStringInfo(Str1P, Str1); 430 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), 434 uint64_t Len1 = GetStringLength(Str1P); 442 return emitMemCmp(Str1P, Str2P, 450 if (canTransformToMemCmp(CI, Str1P, Len2, DL)) 452 Str1P, Str2P, 458 Str1P, Str2P,