Lines Matching refs:ComplexElementTy
1050 llvm::Type *ComplexElementTy = in EmitUnPromotedValue() local
1054 Builder.CreateFPTrunc(result.first, ComplexElementTy, "unpromotion"); in EmitUnPromotedValue()
1057 Builder.CreateFPTrunc(result.second, ComplexElementTy, "unpromotion"); in EmitUnPromotedValue()
1063 llvm::Type *ComplexElementTy = in EmitPromotedValue() local
1066 result.first = Builder.CreateFPExt(result.first, ComplexElementTy, "ext"); in EmitPromotedValue()
1068 result.second = Builder.CreateFPExt(result.second, ComplexElementTy, "ext"); in EmitPromotedValue()
1121 QualType ComplexElementTy = in EmitPromotedComplexOperand() local
1123 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand()
1171 QualType ComplexElementTy = in EmitCompoundAssignLValue() local
1181 assert(CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, in EmitCompoundAssignLValue()
1223 if (!CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, LHSTy)) in EmitCompoundAssignLValue()
1225 CGF.EmitScalarConversion(LHSVal, LHSTy, ComplexElementTy, Loc); in EmitCompoundAssignLValue()