reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3290 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr), 3321 GEPIndices.push_back(IRB.getInt32(Idx)); 3336 GEPIndices.push_back(IRB.getInt32(Idx)); 3362 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); 3363 LoadInst *Load = IRB.CreateAlignedLoad(Ty, GEP, Align, Name + ".load"); 3366 Agg = IRB.CreateInsertValue(Agg, Load, Indices, Name + ".insert"); 3405 IRB.CreateExtractValue(Agg, Indices, Name + ".extract"); 3407 IRB.CreateInBoundsGEP(BaseTy, Ptr, GEPIndices, Name + ".gep"); 3409 IRB.CreateAlignedStore(ExtractValue, InBoundsGEP, Align);