Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp351 result = CGF.EmitUnPromotedValue(result, E->getType()); \
659 return CGF.EmitUnPromotedValue(result, E->getSubExpr()->getType()); in VisitUnaryPlus()
682 return CGF.EmitUnPromotedValue(result, E->getSubExpr()->getType()); in VisitUnaryMinus()
1115 ComplexPairTy CodeGenFunction::EmitUnPromotedValue(ComplexPairTy result, in EmitUnPromotedValue() function in CodeGenFunction
H A DCGExprScalar.cpp862 Value *EmitUnPromotedValue(Value *result, QualType ExprType);
897 result = EmitUnPromotedValue(result, E->getType()); \
3396 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryPlus()
3416 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryMinus()
3638 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryReal()
3677 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryImag()
3726 Value *ScalarExprEmitter::EmitUnPromotedValue(Value *result, in EmitUnPromotedValue() function in ScalarExprEmitter
3765 return EmitUnPromotedValue(result, E->getType()); in EmitPromoted()
H A DCodeGenFunction.h5049 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result,