Searched refs:EmitUnPromotedValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 303 CGF.EmitUnPromotedValue(result, E->getType()); \ 592 return CGF.EmitUnPromotedValue(result, E->getSubExpr()->getType()); in VisitUnaryPlus() 612 return CGF.EmitUnPromotedValue(result, E->getSubExpr()->getType()); in VisitUnaryMinus() 1048 ComplexPairTy CodeGenFunction::EmitUnPromotedValue(ComplexPairTy result, in EmitUnPromotedValue() function in CodeGenFunction
|
| H A D | CGExprScalar.cpp | 806 Value *EmitUnPromotedValue(Value *result, QualType ExprType); 841 result = EmitUnPromotedValue(result, E->getType()); \ 2866 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryPlus() 2886 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryMinus() 3093 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryReal() 3132 result = EmitUnPromotedValue(result, E->getType()); in VisitUnaryImag() 3181 Value *ScalarExprEmitter::EmitUnPromotedValue(Value *result, in EmitUnPromotedValue() function in ScalarExprEmitter 3220 return EmitUnPromotedValue(result, E->getType()); in EmitPromoted()
|
| H A D | CodeGenFunction.h | 4563 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result, QualType PromotionType);
|