Home | History | Annotate | Download | only in llvm-stress

Lines Matching defs:VTy

480     Type *VTy = V->getType();
484 if (VTy->isVectorTy()) {
485 VectorType *VecTy = cast<VectorType>(VTy);
490 if (VTy == DestTy) return;
493 if (VTy->isPointerTy()) {
500 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
510 if (VTy->getScalarType()->isIntegerTy() &&
525 if (VTy->getScalarType()->isFloatingPointTy() &&
534 if (VTy->getScalarType()->isIntegerTy() &&
544 if (VTy->getScalarType()->isFloatingPointTy() &&