Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1270 QualType PromotionTypeLHS = getPromotionType( in EmitCompoundAssignLValue() local
1274 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()
1276 EmitComplexToComplexCast(LHSVal, LHSTy, PromotionTypeLHS, Loc); in EmitCompoundAssignLValue()
1285 if (!PromotionTypeLHS.isNull()) { in EmitCompoundAssignLValue()
1287 cast<ComplexType>(PromotionTypeLHS)->getElementType(); in EmitCompoundAssignLValue()
1289 PromotionTypeLHS)) in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local
3617 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()
3618 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, PromotionTypeLHS, in EmitCompoundAssignLValue()