Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp74 mlir::Value emitPromotedComplexOperand(const Expr *e, QualType promotionTy);
368 ComplexExprEmitter::emitPromotedComplexOperand(const Expr *e, in emitPromotedComplexOperand() function in ComplexExprEmitter
383 binOpInfo.lhs = emitPromotedComplexOperand(e->getLHS(), promotionTy); in emitBinOps()
384 binOpInfo.rhs = emitPromotedComplexOperand(e->getRHS(), promotionTy); in emitBinOps()