Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1201 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local
1204 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()
1206 EmitComplexToComplexCast(LHSVal, LHSTy, PromotionTypeLHS, Loc); in EmitCompoundAssignLValue()
1215 if (!PromotionTypeLHS.isNull()) { in EmitCompoundAssignLValue()
1217 cast<ComplexType>(PromotionTypeLHS)->getElementType(); in EmitCompoundAssignLValue()
1219 PromotionTypeLHS)) in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3258 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local
3343 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()
3344 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, PromotionTypeLHS, in EmitCompoundAssignLValue()