Lines Matching refs:InsertPos
1242 BasicBlock::iterator InsertPos; in rewriteWithNewAddressSpaces() local
1244 InsertPos = std::next(NewVInst->getIterator()); in rewriteWithNewAddressSpaces()
1246 InsertPos = std::next(VInst->getIterator()); in rewriteWithNewAddressSpaces()
1248 InsertPos = ASC->getIterator(); in rewriteWithNewAddressSpaces()
1251 ASC->getType(), "", &*InsertPos); in rewriteWithNewAddressSpaces()
1266 BasicBlock::iterator InsertPos; in rewriteWithNewAddressSpaces() local
1268 InsertPos = std::next(NewVInst->getIterator()); in rewriteWithNewAddressSpaces()
1270 InsertPos = std::next(VInst->getIterator()); in rewriteWithNewAddressSpaces()
1272 while (isa<PHINode>(InsertPos)) in rewriteWithNewAddressSpaces()
1273 ++InsertPos; in rewriteWithNewAddressSpaces()
1274 U.set(new AddrSpaceCastInst(NewV, V->getType(), "", &*InsertPos)); in rewriteWithNewAddressSpaces()