reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
349 uint64_t Len = GetStringLength(SrcStr); 357 return emitMemChr(SrcStr, CI->getArgOperand(1), // include nul. 365 if (!getConstantStringInfo(SrcStr, Str)) { 367 return B.CreateGEP(B.getInt8Ty(), SrcStr, emitStrLen(SrcStr, B, DL, TLI), 367 return B.CreateGEP(B.getInt8Ty(), SrcStr, emitStrLen(SrcStr, B, DL, TLI), 381 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr");