Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestType

2093                                          QualType SrcType, QualType DestType,
2095 assert(CGF.hasScalarEvaluationKind(DestType) &&
2096 "DestType must have scalar evaluation kind.");
2099 ? CGF.EmitScalarConversion(Val.getScalarVal(), SrcType, DestType,
2102 DestType, Loc);
2107 QualType DestType, SourceLocation Loc) {
2108 assert(CGF.getEvaluationKind(DestType) == TEK_Complex &&
2109 "DestType must have complex evaluation kind.");
2113 auto DestElementType = DestType->castAs<ComplexType>()->getElementType();
2121 auto DestElementType = DestType->castAs<ComplexType>()->getElementType();