reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1652 DstType = CGF.getContext().getCanonicalType(DstType); 1652 DstType = CGF.getContext().getCanonicalType(DstType); 1653 if (SrcType == DstType) return Src; 1657 assert(DstType->isVectorType() && 1661 llvm::Type *DstTy = ConvertType(DstType); 1668 DstEltType = DstType->castAs<VectorType>()->getElementType();