Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
2733 class TypePromotionAction { class in __anon88ab83af0a11::TypePromotionTransaction2741 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon88ab83af0a11::TypePromotionTransaction::TypePromotionAction2743 virtual ~TypePromotionAction() = default;2802 class InstructionMoveBefore : public TypePromotionAction {2809 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()2823 class OperandSetter : public TypePromotionAction {2833 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()2852 class OperandsHider : public TypePromotionAction {2858 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()2882 class TruncBuilder : public TypePromotionAction {[all …]