Searched refs:EmitPromotedValue (Results 1 – 3 of 3) sorted by relevance
950 ComplexPairTy CodeGenFunction::EmitPromotedValue(ComplexPairTy result, in EmitPromotedValue() function in CodeGenFunction990 return CGF.EmitPromotedValue(result, PromotionType); in EmitPromoted()
805 Value *EmitPromotedValue(Value *result, QualType PromotionType);3090 result.first = CGF.EmitPromotedValue(result, PromotionType).first; in VisitReal()3129 result.second = CGF.EmitPromotedValue(result, PromotionType).second; in VisitImag()3157 Value *ScalarExprEmitter::EmitPromotedValue(Value *result, in EmitPromotedValue() function in ScalarExprEmitter3199 return EmitPromotedValue(result, PromotionType); in EmitPromoted()
4425 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType);