Lines Matching full:make_unique
2454 make_unique<TypePromotionTransaction::OperandSetter>(Inst, Idx, NewVal));
2460 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal));
2465 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New));
2469 Actions.push_back(make_unique<TypePromotionTransaction::TypeMutator>(Inst, NewTy));
2499 make_unique<TypePromotionTransaction::InstructionMoveBefore>(Inst, Before));