Searched refs:indType (Results 1 – 1 of 1) sorted by relevance
62 Type *indType = len->getType(); in convertTransferToLoop() local82 PHINode *ind = loop.CreatePHI(indType, 0); in convertTransferToLoop()84 ind->addIncoming(ConstantInt::get(indType, 0), origBB); in convertTransferToLoop()94 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1)); in convertTransferToLoop()