Home | History | Annotate | Download | only in TableGen

Lines Matching defs:EltTy

599                             RecTy *EltTy) {
601 ID.AddPointer(EltTy);
610 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) {
617 ProfileListInit(ID, Range, EltTy);
623 ListInit *I = new ListInit(Range, EltTy);
631 RecTy *EltTy = ListType->getElementType();
633 ProfileListInit(ID, Values, EltTy);