Searched refs:FirstPhi (Results 1 – 1 of 1) sorted by relevance
708 Instruction *InstCombiner::SliceUpIllegalIntegerPHI(PHINode &FirstPhi) { in SliceUpIllegalIntegerPHI() argument720 PHIsToSlice.push_back(&FirstPhi); in SliceUpIllegalIntegerPHI()721 PHIsInspected.insert(&FirstPhi); in SliceUpIllegalIntegerPHI()771 return ReplaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType())); in SliceUpIllegalIntegerPHI()777 DEBUG(dbgs() << "SLICING UP PHI: " << FirstPhi << '\n'; in SliceUpIllegalIntegerPHI()872 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI()875 return ReplaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()