Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateGEP

336       Value *DstEnd = B.CreateGEP(Dst,
418 Value *CpyDst = B.CreateGEP(Dst, DstLen, "endptr");
507 return B.CreateGEP(SrcStr, EmitStrLen(SrcStr, B, DL, TLI), "strchr");
519 return B.CreateGEP(SrcStr, B.getInt64(I), "strchr");
556 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
713 Value *DstEnd = B.CreateGEP(Dst,
836 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
1786 Ptr = B.CreateGEP(Ptr, B.getInt32(1), "nul");