Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
2609 class TypePromotionAction { class in __anon7f6d13e30a11::TypePromotionTransaction2617 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon7f6d13e30a11::TypePromotionTransaction::TypePromotionAction2619 virtual ~TypePromotionAction() = default;2678 class InstructionMoveBefore : public TypePromotionAction {2685 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()2699 class OperandSetter : public TypePromotionAction {2709 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()2728 class OperandsHider : public TypePromotionAction {2734 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()2758 class TruncBuilder : public TypePromotionAction {[all …]