Searched refs:emitStoreOfComplex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 39 void emitStoreOfComplex(mlir::Location loc, mlir::Value val, LValue lv, 134 emitStoreOfComplex(cgf.getLoc(e->getExprLoc()), value, lhs, /*isInit*/ false); in emitBinAssignLValue() 172 void ComplexExprEmitter::emitStoreOfComplex(mlir::Location loc, mlir::Value val, in emitStoreOfComplex() function in ComplexExprEmitter 420 void CIRGenFunction::emitStoreOfComplex(mlir::Location loc, mlir::Value v, in emitStoreOfComplex() function in CIRGenFunction 422 ComplexExprEmitter(*this).emitStoreOfComplex(loc, v, dest, isInit); in emitStoreOfComplex()
|
| H A D | CIRGenDecl.cpp | 507 emitStoreOfComplex(loc, complex, lvalue, in emitExprAsInit()
|
| H A D | CIRGenFunction.h | 1046 void emitStoreOfComplex(mlir::Location loc, mlir::Value v, LValue dest,
|