Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp269 ComplexPairTy EmitPromoted(const Expr *E, QualType PromotionTy);
1140 ComplexPairTy ComplexExprEmitter::EmitPromoted(const Expr *E, in EmitPromoted() function in ComplexExprEmitter
1175 return ComplexExprEmitter(*this).EmitPromoted(E, DstTy); in EmitPromotedComplexExpr()
H A DCGExprScalar.cpp826 Value *EmitPromoted(const Expr *E, QualType PromotionType);
3460 Value *ScalarExprEmitter::EmitPromoted(const Expr *E, QualType PromotionType) { in EmitPromoted() function in ScalarExprEmitter
5531 return ScalarExprEmitter(*this).EmitPromoted(E, PromotionType); in EmitPromotedScalarExpr()