Lines Matching defs:InsertionPoint
1124 // just before InsertionPoint.
1125 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI;
1128 if (!InsertionPoint)
1200 if (!DT.dominates(InsertionPoint, VI.SVI))
1206 IRBuilder<> Builder(InsertionPoint);
1215 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(),
1216 InsertionPoint->getPointerAddressSpace(), CostKind);
1223 auto Ptr = InsertionPoint->getPointerOperand();
1224 auto LI = Builder.CreateAlignedLoad(ILTy, Ptr, InsertionPoint->getAlign(),
1228 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint)));