Home | History | Annotate | Download | only in Scalar

Lines Matching full:srcstr

242     Value *SrcStr = CI->getArgOperand(0);
251 uint64_t Len = GetStringLength(SrcStr);
255 return EmitMemChr(SrcStr, CI->getArgOperand(1), // include nul.
263 if (!getConstantStringInfo(SrcStr, Str))
274 return B.CreateGEP(SrcStr, B.getInt64(I), "strchr");
291 Value *SrcStr = CI->getArgOperand(0);
299 if (!getConstantStringInfo(SrcStr, Str)) {
302 return EmitStrChr(SrcStr, '\0', B, TD);
313 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");