Home
last modified time | relevance | path

Searched refs:emitPromoted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp72 mlir::Value emitPromoted(const Expr *e, QualType promotionTy);
341 mlir::Value ComplexExprEmitter::emitPromoted(const Expr *e, in emitPromoted() function in ComplexExprEmitter
427 return ComplexExprEmitter(*this).emitPromoted(e, promotionType); in emitPromotedComplexExpr()
H A DCIRGenExprScalar.cpp99 mlir::Value emitPromoted(const Expr *e, QualType promotionType);
1134 mlir::Value ScalarExprEmitter::emitPromoted(const Expr *e, in emitPromoted() function in __anon1373b7f80111::ScalarExprEmitter
1249 return ScalarExprEmitter(*this, builder).emitPromoted(e, promotionType); in emitPromotedScalarExpr()