Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2860 return CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitPlus()
2880 Op = CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitMinus()
3102 return CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitReal()
3145 CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitImag()
3210 Result.LHS = CGF.EmitPromotedScalarExpr(E->getLHS(), PromotionType); in EmitBinOps()
3211 Result.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionType); in EmitBinOps()
3242 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()
5071 CodeGenFunction::EmitPromotedScalarExpr(const Expr *E, in EmitPromotedScalarExpr() function in CodeGenFunction
H A DCGExprComplex.cpp1012 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand()
1068 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
H A DCodeGenFunction.h4424 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);