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

/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp341 bool HasStr1 = getConstantStringInfo(Str1P, Str1); local
345 if (HasStr1 && HasStr2)
348 if (HasStr1 && Str1.empty()) // strcmp("", x) -> -*x
403 bool HasStr1 = getConstantStringInfo(Str1P, Str1); local
407 if (HasStr1 && HasStr2) {
413 if (HasStr1 && Str1.empty()) // strncmp("", x, n) -> -*x
752 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr); local
760 if (HasStr1 && HasStr2) {

Completed in 40 milliseconds