Home | History | Annotate | Download | only in Utils

Lines Matching refs:Str2

540     StringRef Str1, Str2;
542 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
546 return ConstantInt::get(CI->getType(), Str1.compare(Str2));
552 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
599 StringRef Str1, Str2;
601 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
606 StringRef SubStr2 = Str2.substr(0, Length);
614 if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x