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.cpp3149 return CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitPlus()
3169 Op = CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitMinus()
3395 return CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitReal()
3438 CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitImag()
3503 Result.LHS = CGF.EmitPromotedScalarExpr(E->getLHS(), PromotionType); in EmitBinOps()
3504 Result.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionType); in EmitBinOps()
3535 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()
5528 CodeGenFunction::EmitPromotedScalarExpr(const Expr *E, in EmitPromotedScalarExpr() function in CodeGenFunction
H A DCGExprComplex.cpp1190 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand()
1248 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
H A DCodeGenFunction.h4867 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);