Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Undef

782   Value *Undef = UndefValue::get(FirstPhi.getType());
784 ReplaceInstUsesWith(*PHIsToSlice[i], Undef);
785 return ReplaceInstUsesWith(FirstPhi, Undef);