Searched refs:createComplexCreate (Results 1 – 3 of 3) sorted by relevance
113 mlir::Value complex = builder.createComplexCreate(loc, real, imag); in emitBuiltinExpr()
351 mlir::Value createComplexCreate(mlir::Location loc, mlir::Value real, in createComplexCreate() function
287 return builder.createComplexCreate(loc, real, imag); in VisitInitListExpr()