Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Arg0

964       if (VarInit *Arg0 = dyn_cast<VarInit>(InitList[0]))
965 Type = Arg0->getType();
966 else if (ListInit *Arg0 = dyn_cast<ListInit>(InitList[0]))
967 Type = Arg0->getType();