Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp791 LValue emitCompoundAssignLValue(
1056 LValue ScalarExprEmitter::emitCompoundAssignLValue( in emitCompoundAssignLValue() function in __anon1373b7f80111::ScalarExprEmitter
1169 LValue lhs = emitCompoundAssignLValue(e, func, rhs); in emitCompoundAssign()
1196 return emitter.emitCompoundAssignLValue(e, &ScalarExprEmitter::emit##Op, \ in emitCompoundAssignmentLValue()