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.cpp362 result = CGF.EmitUnPromotedValue(result, E->getType()); \
660 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.cpp825 Value *EmitUnPromotedValue(Value *result, QualType ExprType);
860 result = EmitUnPromotedValue(result, E->getType()); \
3140 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryPlus()
3160 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryMinus()
3367 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryReal()
3406 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryImag()
3455 Value *ScalarExprEmitter::EmitUnPromotedValue(Value *result, in EmitUnPromotedValue() function in ScalarExprEmitter
3494 return EmitUnPromotedValue(result, E->getType()); in EmitPromoted()
H A DCodeGenFunction.h4869 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result, QualType PromotionType);