Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1233 QualType PromotionTypeCR; in EmitCompoundAssignLValue() local
1234 PromotionTypeCR = getPromotionType(E->getStoredFPFeaturesOrDefault(), in EmitCompoundAssignLValue()
1236 if (PromotionTypeCR.isNull()) in EmitCompoundAssignLValue()
1237 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
1238 OpInfo.Ty = PromotionTypeCR; in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3528 QualType PromotionTypeCR; in EmitCompoundAssignLValue() local
3529 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
3530 if (PromotionTypeCR.isNull()) in EmitCompoundAssignLValue()
3531 PromotionTypeCR = E->getComputationResultType(); in EmitCompoundAssignLValue()
3538 OpInfo.Ty = PromotionTypeCR; in EmitCompoundAssignLValue()
3634 Result = EmitScalarConversion(Result, PromotionTypeCR, LHSTy, Loc); in EmitCompoundAssignLValue()
3636 Result = EmitScalarConversion(Result, PromotionTypeCR, LHSTy, Loc, in EmitCompoundAssignLValue()