Searched refs:LHSLV (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 2918 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue() local 2966 AtomicOp, LHSLV.getPointer(CGF), Amt, in EmitCompoundAssignLValue() 2972 return LHSLV; in EmitCompoundAssignLValue() 2979 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue() 2988 OpInfo.LHS = EmitLoadOfLValue(LHSLV, E->getExprLoc()); in EmitCompoundAssignLValue() 3006 LHSLV, RValue::get(atomicPHI), RValue::get(Result), E->getExprLoc()); in EmitCompoundAssignLValue() 3012 return LHSLV; in EmitCompoundAssignLValue() 3019 if (LHSLV.isBitField()) in EmitCompoundAssignLValue() 3020 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result); in EmitCompoundAssignLValue() 3022 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue() [all …]
|