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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp822 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); variable
827 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
831 if (HasS1 && HasS2) {
878 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); variable
883 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
887 if (HasS1 && HasS2) {
908 bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1); variable
912 if (HasS1 && S1.empty())
916 if (HasS1 && HasS2) {

Completed in 312 milliseconds