Searched refs:EmitUnPromotedValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 351 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 D | CGExprScalar.cpp | 862 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 D | CodeGenFunction.h | 5049 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result,
|