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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp576 bool HasStr1 = getConstantStringInfo(Str1P, Str1); variable
580 if (HasStr1 && HasStr2)
583 if (HasStr1 && Str1.empty()) // strcmp("", x) -> -*x
636 bool HasStr1 = getConstantStringInfo(Str1P, Str1); variable
640 if (HasStr1 && HasStr2) {
646 if (HasStr1 && Str1.empty()) // strncmp("", x, n) -> -*x
965 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr); variable
973 if (HasStr1 && HasStr2) {

Completed in 375 milliseconds