Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp261 ComplexPairTy EmitPromotedComplexOperand(const Expr *E, QualType PromotionTy);
1001 ComplexExprEmitter::EmitPromotedComplexOperand(const Expr *E, in EmitPromotedComplexOperand() function in ComplexExprEmitter
1027 Ops.LHS = EmitPromotedComplexOperand(E->getLHS(), PromotionType); in EmitBinOps()
1028 Ops.RHS = EmitPromotedComplexOperand(E->getRHS(), PromotionType); in EmitBinOps()