Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1061 ComplexPairTy CodeGenFunction::EmitPromotedValue(ComplexPairTy result, in EmitPromotedValue() function in CodeGenFunction
1101 return CGF.EmitPromotedValue(result, PromotionType); in EmitPromoted()
H A DCGExprScalar.cpp805 Value *EmitPromotedValue(Value *result, QualType PromotionType);
3109 result.first = CGF.EmitPromotedValue(result, PromotionType).first; in VisitReal()
3148 result.second = CGF.EmitPromotedValue(result, PromotionType).second; in VisitImag()
3176 Value *ScalarExprEmitter::EmitPromotedValue(Value *result, in EmitPromotedValue() function in ScalarExprEmitter
3218 return EmitPromotedValue(result, PromotionType); in EmitPromoted()
H A DCodeGenFunction.h4562 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType);