Searched refs:emitStoreThroughBitfieldLValue (Results 1 – 3 of 3) sorted by relevance
228 emitStoreThroughBitfieldLValue(src, dst); in emitStoreThroughLValue()326 mlir::Value CIRGenFunction::emitStoreThroughBitfieldLValue(RValue src, in emitStoreThroughBitfieldLValue() function in CIRGenFunction1102 emitStoreThroughBitfieldLValue(rv, lv); in emitBinaryOperatorLValue()
524 return cgf.emitStoreThroughBitfieldLValue(RValue::get(value), lv); in emitScalarPrePostIncDec()958 rhs = cgf.emitStoreThroughBitfieldLValue(RValue::get(rhs), lhs); in VISITCOMP()
1059 mlir::Value emitStoreThroughBitfieldLValue(RValue src, LValue dstresult);