Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp270 ComplexPairTy EmitPromotedComplexOperand(const Expr *E, QualType PromotionTy);
1179 ComplexExprEmitter::EmitPromotedComplexOperand(const Expr *E, in EmitPromotedComplexOperand() function in ComplexExprEmitter
1205 Ops.LHS = EmitPromotedComplexOperand(E->getLHS(), PromotionType); in EmitBinOps()
1206 Ops.RHS = EmitPromotedComplexOperand(E->getRHS(), PromotionType); in EmitBinOps()