Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateGEP

310       Value *DstEnd = B.CreateGEP(Dst,
390 Value *CpyDst = B.CreateGEP(Dst, DstLen, "endptr");
486 return B.CreateGEP(SrcStr, B.getInt64(I), "strchr");
522 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
675 Value *DstEnd = B.CreateGEP(Dst,
780 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
1459 Ptr = B.CreateGEP(Ptr, B.getInt32(1), "nul");