reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
863 bool HasStr2 = getConstantStringInfo(CI->getArgOperand(1), ToFindStr); 866 if (HasStr2 && ToFindStr.empty()) 871 size_t Offset = SearchStr.find(ToFindStr); 884 if (HasStr2 && ToFindStr.size() == 1) { 885 Value *StrChr = emitStrChr(CI->getArgOperand(0), ToFindStr[0], B, TLI);