Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcType

2093                                          QualType SrcType, QualType DestType,
2099 ? CGF.EmitScalarConversion(Val.getScalarVal(), SrcType, DestType,
2101 : CGF.EmitComplexToScalarConversion(Val.getComplexVal(), SrcType,
2106 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType,
2114 auto ScalarVal = CGF.EmitScalarConversion(Val.getScalarVal(), SrcType,
2120 auto SrcElementType = SrcType->castAs<ComplexType>()->getElementType();