Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3405 return CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitPlus()
3425 Op = CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitMinus()
3666 return CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitReal()
3709 CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitImag()
3774 Result.LHS = CGF.EmitPromotedScalarExpr(E->getLHS(), PromotionType); in EmitBinOps()
3775 Result.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionType); in EmitBinOps()
3806 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()
5861 CodeGenFunction::EmitPromotedScalarExpr(const Expr *E, in EmitPromotedScalarExpr() function in CodeGenFunction
H A DCGExprComplex.cpp1190 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand()
1253 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
H A DCodeGenFunction.h5047 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);