Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EltTy

1354     RecTy *EltTy = nullptr;
1361 if (EltTy) {
1362 EltTy = resolveTypes(EltTy, TArg->getType());
1363 if (!EltTy) {
1368 EltTy = TArg->getType();
1373 if (EltTy) {
1375 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) {
1380 EltTy = GivenEltTy;
1383 if (!EltTy) {
1392 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) {
1397 DeducedEltTy = EltTy;
1639 RecTy *EltTy) {
1641 RecTy *ItemType = EltTy;
1643 if (ArgsRec && !EltTy) {
1664 if (ArgsRec && !EltTy) {