Searched refs:LHSLV (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3543 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue() local 3591 AtomicOp, LHSLV.getAddress(), Amt, in EmitCompoundAssignLValue() 3597 return LHSLV; in EmitCompoundAssignLValue() 3604 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue() 3613 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue() 3632 if (LHSLV.isBitField()) { in EmitCompoundAssignLValue() 3643 LHSLV, RValue::get(atomicPHI), RValue::get(Result), E->getExprLoc()); in EmitCompoundAssignLValue() 3649 return LHSLV; in EmitCompoundAssignLValue() 3656 if (LHSLV.isBitField()) { in EmitCompoundAssignLValue() 3660 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result); in EmitCompoundAssignLValue() [all …]
|