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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 1651   SrcType = CGF.getContext().getCanonicalType(SrcType);
 1651   SrcType = CGF.getContext().getCanonicalType(SrcType);
 1653   if (SrcType == DstType) return Src;
 1655   assert(SrcType->isVectorType() &&
 1667   QualType SrcEltType = SrcType->castAs<VectorType>()->getElementType(),