Home
last modified time | relevance | path

Searched refs:DestElementType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1398 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
1400 CGF.EmitScalarConversion(Val.getScalarVal(), SrcType, DestElementType); in convertToComplexValue()
1406 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
1408 Val.getComplexVal().first, SrcElementType, DestElementType); in convertToComplexValue()
1410 Val.getComplexVal().second, SrcElementType, DestElementType); in convertToComplexValue()