reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 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();