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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp541 bool HasStr1 = getConstantStringInfo(Str1P, Str1); local
545 if (HasStr1 && HasStr2)
548 if (HasStr1 && Str1.empty()) // strcmp("", x) -> -*x
600 bool HasStr1 = getConstantStringInfo(Str1P, Str1); local
604 if (HasStr1 && HasStr2) {
610 if (HasStr1 && Str1.empty()) // strncmp("", x, n) -> -*x
906 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr); local
914 if (HasStr1 && HasStr2) {

Completed in 121 milliseconds