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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp823 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); variable
827 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
831 if (HasS1 && HasS2) {
840 if (DL && HasS2 && S2.size() == 1)
879 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); variable
883 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
887 if (HasS1 && HasS2) {
909 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); variable
916 if (HasS1 && HasS2) {
923 if (DL && HasS2
[all...]

Completed in 160 milliseconds