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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp767 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); local
771 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
775 if (HasS1 && HasS2) {
784 if (TD && HasS2 && S2.size() == 1)
821 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); local
825 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
829 if (HasS1 && HasS2) {
850 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); local
857 if (HasS1 && HasS2) {
864 if (TD && HasS2
[all...]

Completed in 51 milliseconds