Searched refs:emitComplexExpr (Results 1 – 6 of 6) sorted by relevance
123 mlir::Value complex = emitComplexExpr(e->getArg(0)); in emitBuiltinExpr()134 mlir::Value complex = emitComplexExpr(e->getArg(0)); in emitBuiltinExpr()
502 mlir::Value complex = emitComplexExpr(init); in emitExprAsInit()
413 mlir::Value CIRGenFunction::emitComplexExpr(const Expr *e) { in emitComplexExpr() function in CIRGenFunction
1921 mlir::Value complex = cgf.emitComplexExpr(op); in VisitUnaryReal()1942 mlir::Value complex = cgf.emitComplexExpr(op); in VisitUnaryImag()
931 mlir::Value emitComplexExpr(const Expr *e);
1132 return RValue::getComplex(emitComplexExpr(e)); in emitAnyExpr()