Lines Matching refs:GetInsertPoint
62 BasicBlock::iterator BIP = Builder.GetInsertPoint(); in ReuseOrCreateCast()
142 return findInsertPointAfter(I, &*Builder.GetInsertPoint()); in GetOptimalInsertionPointForCastOf()
231 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop()
262 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc(); in InsertBinop()
569 SE.DT.dominates(cast<Instruction>(V), &*Builder.GetInsertPoint())); in expandAddToGEP()
584 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP()
1044 if (Builder.GetInsertPoint() == It) in fixupInsertPoints()
1047 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
1489 &*Builder.GetInsertPoint())) { in expandAddRecExprLiterally()
1592 findInsertPointAfter(cast<Instruction>(V), &*Builder.GetInsertPoint()); in visitAddRecExpr()
1892 InsertedExpressions[std::make_pair(SH, &*Builder.GetInsertPoint())] = V; in expandCodeForImpl()
1939 Instruction *InsertPt = &*Builder.GetInsertPoint(); in expand()
1977 while (InsertPt->getIterator() != Builder.GetInsertPoint() && in expand()