reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
546 if (VTy->isVectorTy()) { 547 VectorType *VecTy = cast<VectorType>(VTy); 552 if (VTy == DestTy) return; 555 if (VTy->isPointerTy()) { 562 unsigned VSize = VTy->getScalarType()->getPrimitiveSizeInBits(); 572 if (VTy->isIntOrIntVectorTy() && DestTy->isIntOrIntVectorTy()) { 586 if (VTy->isFPOrFPVectorTy() && DestTy->isIntOrIntVectorTy()) { 594 if (VTy->isIntOrIntVectorTy() && DestTy->isFPOrFPVectorTy()) { 602 if (VTy->isFPOrFPVectorTy() && DestTy->isFPOrFPVectorTy()) {