Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
2613 class TypePromotionAction { class in __anon1b21b1700a11::TypePromotionTransaction2621 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon1b21b1700a11::TypePromotionTransaction::TypePromotionAction2623 virtual ~TypePromotionAction() = default;2682 class InstructionMoveBefore : public TypePromotionAction {2689 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()2703 class OperandSetter : public TypePromotionAction {2713 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()2732 class OperandsHider : public TypePromotionAction {2738 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()2762 class TruncBuilder : public TypePromotionAction {[all …]