Home | History | Annotate | Download | only in Scalar

Lines Matching defs:VTy

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