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