reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2968 if (!SrcTy->isFirstClassType() || !DestTy->isFirstClassType()) 2971 if (SrcTy == DestTy) 2974 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) 2978 SrcTy = SrcVecTy->getElementType(); 2983 TypeSize SrcBits = SrcTy->getPrimitiveSizeInBits(); // 0 for ptr 2988 if (SrcTy->isIntegerTy()) // Casting from integral 2990 if (SrcTy->isFloatingPointTy()) // Casting from floating pt 2992 if (SrcTy->isVectorTy()) // Casting from vector 2995 return SrcTy->isPointerTy(); 2998 if (SrcTy->isIntegerTy()) // Casting from integral 3000 if (SrcTy->isFloatingPointTy()) // Casting from floating pt 3002 if (SrcTy->isVectorTy()) // Casting from vector 3010 if (SrcTy->isPointerTy()) // Casting from pointer 3012 return SrcTy->isIntegerTy(); // Casting from integral 3015 if (SrcTy->isVectorTy())