Lines Matching defs:InsertionPoint
1123 // just before InsertionPoint.
1124 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI;
1127 if (!InsertionPoint)
1199 if (!DT.dominates(InsertionPoint, VI.SVI))
1205 IRBuilder<> Builder(InsertionPoint);
1214 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(),
1215 InsertionPoint->getPointerAddressSpace(), CostKind);
1222 auto Ptr = InsertionPoint->getPointerOperand();
1223 auto LI = Builder.CreateAlignedLoad(ILTy, Ptr, InsertionPoint->getAlign(),
1227 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint)));