Home | History | Annotate | Download | only in Utils

Lines Matching refs:UndefVal

657       Value *UndefVal = UndefValue::get(SomePHI->getType());
659 SomePHI->addIncoming(UndefVal, Preds[pred]);