Home | History | Annotate | Download | only in Scalar

Lines Matching defs:VTy

2365     IntegerType *VTy = cast<IntegerType>(V->getType());
2366 assert(VTy->getBitWidth() == 8 && "Expected an i8 value for the byte");
2370 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size*8);