Searched refs:I16Ty (Results 1 – 3 of 3) sorted by relevance
115 Type *I16Ty = Type::getInt16Ty(Ctx); in createLoop() local119 PHINode::Create(I16Ty, 2, Name + ".iv", Header->getTerminator()->getIterator()); in createLoop()120 IV->addIncoming(ConstantInt::get(I16Ty, 0), Preheader); in createLoop()
478 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType() local480 OpsOut.push_back(I16Ty); in getMemcpyLoopResidualLoweringType()