reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
756 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2); 760 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty())) 765 size_t I = S1.find_first_of(S2); 774 if (HasS2 && S2.size() == 1) 775 return emitStrChr(CI->getArgOperand(0), S2[0], B, TLI);