Lines Matching refs:ComplexElementTy
1117 llvm::Type *ComplexElementTy = in EmitUnPromotedValue() local
1121 Builder.CreateFPTrunc(result.first, ComplexElementTy, "unpromotion"); in EmitUnPromotedValue()
1124 Builder.CreateFPTrunc(result.second, ComplexElementTy, "unpromotion"); in EmitUnPromotedValue()
1130 llvm::Type *ComplexElementTy = in EmitPromotedValue() local
1133 result.first = Builder.CreateFPExt(result.first, ComplexElementTy, "ext"); in EmitPromotedValue()
1135 result.second = Builder.CreateFPExt(result.second, ComplexElementTy, "ext"); in EmitPromotedValue()
1188 QualType ComplexElementTy = in EmitPromotedComplexOperand() local
1190 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand()
1239 QualType ComplexElementTy = in EmitCompoundAssignLValue() local
1250 assert(CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, in EmitCompoundAssignLValue()
1293 if (!CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, LHSTy)) in EmitCompoundAssignLValue()
1295 CGF.EmitScalarConversion(LHSVal, LHSTy, ComplexElementTy, Loc); in EmitCompoundAssignLValue()