Lines Matching refs:GetInsertPoint
60 BasicBlock::iterator BIP = Builder.GetInsertPoint(); in ReuseOrCreateCast()
140 return findInsertPointAfter(I, &*Builder.GetInsertPoint()); in GetOptimalInsertionPointForCastOf()
230 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop()
261 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc(); in InsertBinop()
570 SE.DT.dominates(cast<Instruction>(V), &*Builder.GetInsertPoint())); in expandAddToGEP()
585 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP()
1017 if (Builder.GetInsertPoint() == It) in fixupInsertPoints()
1020 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints()
1439 &*Builder.GetInsertPoint())) { in expandAddRecExprLiterally()
1542 findInsertPointAfter(cast<Instruction>(V), &*Builder.GetInsertPoint()); in visitAddRecExpr()
1758 InsertedExpressions[std::make_pair(SH, &*Builder.GetInsertPoint())] = V; in expandCodeForImpl()
1805 Instruction *InsertPt = &*Builder.GetInsertPoint(); in expand()
1843 while (InsertPt->getIterator() != Builder.GetInsertPoint() && in expand()