Searched refs:EmitPromotedScalarExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 3149 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 D | CGExprComplex.cpp | 1190 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand() 1248 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
|
H A D | CodeGenFunction.h | 4867 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);
|