Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateInBoundsGEP

405   Ptr = Builder.CreateInBoundsGEP(Ptr, Adj);
470 llvm::Value *Addr = Builder.CreateInBoundsGEP(Base, MemPtr, "memptr.offset");
856 return CGF.Builder.CreateInBoundsGEP(ptr, offset);
1035 Value = CGF.Builder.CreateInBoundsGEP(Value, OffsetToTop);
1401 V = CGF.Builder.CreateInBoundsGEP(V, Offset);