Searched refs:emitPromotedComplexOperand (Results 1 – 1 of 1) sorted by relevance
74 mlir::Value emitPromotedComplexOperand(const Expr *e, QualType promotionTy);368 ComplexExprEmitter::emitPromotedComplexOperand(const Expr *e, in emitPromotedComplexOperand() function in ComplexExprEmitter383 binOpInfo.lhs = emitPromotedComplexOperand(e->getLHS(), promotionTy); in emitBinOps()384 binOpInfo.rhs = emitPromotedComplexOperand(e->getRHS(), promotionTy); in emitBinOps()