Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:mutateType

1840       DEBUG(dbgs() << "Do: MutateType: " << *Inst << " with " << *NewTy
1842 Inst->mutateType(NewTy);
1847 DEBUG(dbgs() << "Undo: MutateType: " << *Inst << " with " << *OrigTy
1849 Inst->mutateType(OrigTy);
1953 /// Same as Value::mutateType.
1954 void mutateType(Instruction *Inst, Type *NewTy);
1988 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) {
2510 TPT.mutateType(ExtOpnd, Ext->getType());
4216 ToBePromoted->mutateType(TransitionTy);