Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp265 ComplexPairTy EmitPromotedComplexOperand(const Expr *E, QualType PromotionTy);
1112 ComplexExprEmitter::EmitPromotedComplexOperand(const Expr *E, in EmitPromotedComplexOperand() function in ComplexExprEmitter
1138 Ops.LHS = EmitPromotedComplexOperand(E->getLHS(), PromotionType); in EmitBinOps()
1139 Ops.RHS = EmitPromotedComplexOperand(E->getRHS(), PromotionType); in EmitBinOps()