Searched refs:EmitPromotedScalarExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2875 return CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitPlus() 2895 Op = CGF.EmitPromotedScalarExpr(E->getSubExpr(), PromotionType); in VisitMinus() 3121 return CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitReal() 3164 CGF.EmitPromotedScalarExpr(Op, PromotionType); in VisitImag() 3229 Result.LHS = CGF.EmitPromotedScalarExpr(E->getLHS(), PromotionType); in EmitBinOps() 3230 Result.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionType); in EmitBinOps() 3261 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue() 5188 CodeGenFunction::EmitPromotedScalarExpr(const Expr *E, in EmitPromotedScalarExpr() function in CodeGenFunction
|
| H A D | CGExprComplex.cpp | 1123 return ComplexPairTy(CGF.EmitPromotedScalarExpr(E, ComplexElementTy), in EmitPromotedComplexOperand() 1179 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
|
| H A D | CodeGenFunction.h | 4561 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);
|