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