Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp1062 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
1066 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
1068 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
1076 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()
1078 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3240 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
3241 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
3242 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()