Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp113 mlir::Value complex = builder.createComplexCreate(loc, real, imag); in emitBuiltinExpr()
H A DCIRGenBuilder.h351 mlir::Value createComplexCreate(mlir::Location loc, mlir::Value real, in createComplexCreate() function
H A DCIRGenExprComplex.cpp287 return builder.createComplexCreate(loc, real, imag); in VisitInitListExpr()