Searched refs:DestElementType (Results 1 – 1 of 1) sorted by relevance
1398 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local1400 CGF.EmitScalarConversion(Val.getScalarVal(), SrcType, DestElementType); in convertToComplexValue()1406 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local1408 Val.getComplexVal().first, SrcElementType, DestElementType); in convertToComplexValue()1410 Val.getComplexVal().second, SrcElementType, DestElementType); in convertToComplexValue()