Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
2948 class TypePromotionAction { class in __anon132ce9ad0b11::TypePromotionTransaction2956 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon132ce9ad0b11::TypePromotionTransaction::TypePromotionAction2958 virtual ~TypePromotionAction() = default;3027 class InstructionMoveBefore : public TypePromotionAction {3034 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()3048 class OperandSetter : public TypePromotionAction {3058 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()3077 class OperandsHider : public TypePromotionAction {3083 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()3107 class TruncBuilder : public TypePromotionAction {[all …]