Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1050 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()
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()
[all …]