Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ITy

108   IntegerType *ITy = dyn_cast<IntegerType>(I.getType());
153 Function *F = Intrinsic::getDeclaration(I.getModule(), Intrinsic::bswap, ITy);
1710 IntegerType *ITy = dyn_cast<IntegerType>(I.getType());
1711 if (!ITy)
1713 unsigned BW = ITy->getBitWidth();
1750 Function *F = Intrinsic::getDeclaration(I.getModule(), Intrin, ITy);