Home | History | Annotate | Download | only in Utils

Lines Matching defs:UndefVal

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