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

Lines Matching refs:VTy

488     Type *VTy = V->getType();
492 if (VTy->isVectorTy()) {
493 VectorType *VecTy = cast<VectorType>(VTy);
498 if (VTy == DestTy) return;
501 if (VTy->isPointerTy()) {
508 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits();
518 if (VTy->getScalarType()->isIntegerTy() &&
533 if (VTy->getScalarType()->isFloatingPointTy() &&
542 if (VTy->getScalarType()->isIntegerTy() &&
552 if (VTy->getScalarType()->isFloatingPointTy() &&