Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
2092 class TypePromotionAction { class in __anonebd7bfba0211::TypePromotionTransaction2100 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anonebd7bfba0211::TypePromotionTransaction::TypePromotionAction2102 virtual ~TypePromotionAction() {} in ~TypePromotionAction()2160 class InstructionMoveBefore : public TypePromotionAction {2167 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()2180 class OperandSetter : public TypePromotionAction {2189 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()2208 class OperandsHider : public TypePromotionAction {2214 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()2238 class TruncBuilder : public TypePromotionAction {[all …]