Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1241 QualType PromotionTypeRHS = getPromotionType( in EmitCompoundAssignLValue() local
1246 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
1248 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
1256 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()
1258 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3533 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
3534 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
3535 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()