Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2802 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
2804 DestElementType, Loc); in convertToComplexValue()
2810 auto DestElementType = DestType->castAs<ComplexType>()->getElementType(); in convertToComplexValue() local
2812 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
2814 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4913 QualType DestElementType = in convertToComplexValue() local
4916 Val.getScalarVal(), SrcType, DestElementType, Loc); in convertToComplexValue()
4922 QualType DestElementType = in convertToComplexValue() local
4925 Val.getComplexVal().first, SrcElementType, DestElementType, Loc); in convertToComplexValue()
4927 Val.getComplexVal().second, SrcElementType, DestElementType, Loc); in convertToComplexValue()