Searched refs:PromotionType (Results 1 – 5 of 5) sorted by relevance
587 QualType promotionTy = PromotionType.isNull() in VisitUnaryPlus()589 : PromotionType; in VisitUnaryPlus()600 if (!PromotionType.isNull()) in VisitPlus()607 QualType promotionTy = PromotionType.isNull() in VisitUnaryMinus()609 : PromotionType; in VisitUnaryMinus()620 if (!PromotionType.isNull()) in VisitMinus()1092 return VisitMinus(UO, PromotionType); in EmitPromoted()1094 return VisitPlus(UO, PromotionType); in EmitPromoted()1100 if (!PromotionType.isNull()) in EmitPromoted()1140 if (!PromotionType.isNull()) in EmitBinOps()[all …]
2874 if (!PromotionType.isNull()) in VisitPlus()2894 if (!PromotionType.isNull()) in VisitMinus()3105 if (!PromotionType.isNull()) { in VisitReal()3120 if (!PromotionType.isNull()) in VisitReal()3144 if (!PromotionType.isNull()) { in VisitImag()3163 else if (!PromotionType.isNull()) in VisitImag()3167 if (!PromotionType.isNull()) in VisitImag()3217 if (!PromotionType.isNull()) in EmitPromoted()3231 if (!PromotionType.isNull()) in EmitBinOps()3232 Result.Ty = PromotionType; in EmitBinOps()[all …]
4560 ComplexPairTy EmitPromotedComplexExpr(const Expr *E, QualType PromotionType);4561 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);4562 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType);4563 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result, QualType PromotionType);
3848 QualType PromotionType; variable3948 QualType PromotionType,3976 QualType getPromotionType() const { return PromotionType; } in getPromotionType()3979 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
4829 PromotionType = NewPromotionType; in completeDefinition()