Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:mutateType

2320       DEBUG(dbgs() << "Do: MutateType: " << *Inst << " with " << *NewTy
2322 Inst->mutateType(NewTy);
2327 DEBUG(dbgs() << "Undo: MutateType: " << *Inst << " with " << *OrigTy
2329 Inst->mutateType(OrigTy);
2433 /// Same as Value::mutateType.
2434 void mutateType(Instruction *Inst, Type *NewTy);
2468 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) {
2988 TPT.mutateType(ExtOpnd, Ext->getType());
5016 ToBePromoted->mutateType(TransitionTy);