Lines Matching defs:ITy
1403 IntegerType *ITy = dyn_cast<IntegerType>(I.getType());1404 if (!ITy || ITy->getBitWidth() % 16 ||1406 ITy->getBitWidth() > 32*8)1412 ByteValues.resize(ITy->getBitWidth()/8);1428 Function *F = Intrinsic::getDeclaration(M, Intrinsic::bswap, ITy);