Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance
3286 class TypePromotionAction { class in __anon1d600f580d11::TypePromotionTransaction3294 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon1d600f580d11::TypePromotionTransaction::TypePromotionAction3296 virtual ~TypePromotionAction() = default;3364 class InstructionMoveBefore : public TypePromotionAction {3371 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()3385 class OperandSetter : public TypePromotionAction {3395 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()3414 class OperandsHider : public TypePromotionAction {3420 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()3444 class TruncBuilder : public TypePromotionAction {[all …]