Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp228 emitStoreThroughBitfieldLValue(src, dst); in emitStoreThroughLValue()
326 mlir::Value CIRGenFunction::emitStoreThroughBitfieldLValue(RValue src, in emitStoreThroughBitfieldLValue() function in CIRGenFunction
1102 emitStoreThroughBitfieldLValue(rv, lv); in emitBinaryOperatorLValue()
H A DCIRGenExprScalar.cpp524 return cgf.emitStoreThroughBitfieldLValue(RValue::get(value), lv); in emitScalarPrePostIncDec()
958 rhs = cgf.emitStoreThroughBitfieldLValue(RValue::get(rhs), lhs); in VISITCOMP()
H A DCIRGenFunction.h1059 mlir::Value emitStoreThroughBitfieldLValue(RValue src, LValue dstresult);