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) 2975 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) 2979 DestTy = DestVecTy->getElementType(); 2984 TypeSize DestBits = DestTy->getPrimitiveSizeInBits(); // 0 for ptr 2987 if (DestTy->isIntegerTy()) { // Casting to integral 2997 if (DestTy->isFloatingPointTy()) { // Casting to floating pt 3007 if (DestTy->isVectorTy()) // Casting to vector 3009 if (DestTy->isPointerTy()) { // Casting to pointer 3014 if (DestTy->isX86_MMXTy()) {