reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
471 if (Str1P == Str2P) // strncmp(x,x,n) -> 0 487 return emitMemCmp(Str1P, Str2P, Size, B, DL, TLI); 490 bool HasStr1 = getConstantStringInfo(Str1P, Str1); 505 return B.CreateZExt(B.CreateLoad(B.getInt8Ty(), Str1P, "strcmpload"), 508 uint64_t Len1 = GetStringLength(Str1P); 518 if (canTransformToMemCmp(CI, Str1P, Len2, DL)) 520 Str1P, Str2P, 527 Str1P, Str2P,