Searched defs:HasStr2 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp577 bool HasStr2 = getConstantStringInfo(Str2P, Str2); variable
580 if (HasStr1 && HasStr2)
587 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
637 bool HasStr2 = getConstantStringInfo(Str2P, Str2); variable
640 if (HasStr1 && HasStr2) {
650 if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x
966 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr); variable
969 if (HasStr2 && ToFindStr.empty())
973 if (HasStr1 && HasStr2) {
986 if (HasStr2
[all...]

Completed in 525 milliseconds