Searched refs:EmitPromotedValue (Results 1 – 3 of 3) sorted by relevance
1128 ComplexPairTy CodeGenFunction::EmitPromotedValue(ComplexPairTy result, in EmitPromotedValue() function in CodeGenFunction1168 return CGF.EmitPromotedValue(result, PromotionType); in EmitPromoted()
861 Value *EmitPromotedValue(Value *result, QualType PromotionType);3654 result.first = CGF.EmitPromotedValue(result, PromotionType).first; in VisitReal()3693 result.second = CGF.EmitPromotedValue(result, PromotionType).second; in VisitImag()3721 Value *ScalarExprEmitter::EmitPromotedValue(Value *result, in EmitPromotedValue() function in ScalarExprEmitter3763 return EmitPromotedValue(result, PromotionType); in EmitPromoted()
5048 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType);