Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp264 ComplexPairTy EmitPromoted(const Expr *E, QualType PromotionTy);
1073 ComplexPairTy ComplexExprEmitter::EmitPromoted(const Expr *E, in EmitPromoted() function in ComplexExprEmitter
1108 return ComplexExprEmitter(*this).EmitPromoted(E, DstTy); in EmitPromotedComplexExpr()
H A DCGExprScalar.cpp807 Value *EmitPromoted(const Expr *E, QualType PromotionType);
3186 Value *ScalarExprEmitter::EmitPromoted(const Expr *E, QualType PromotionType) { in EmitPromoted() function in ScalarExprEmitter
5191 return ScalarExprEmitter(*this).EmitPromoted(E, PromotionType); in EmitPromotedScalarExpr()