Home | History | Annotate | Download | only in TableGen

Lines Matching defs:EltTy

1314     RecTy *EltTy = 0;
1323 if (EltTy != 0) {
1324 EltTy = resolveTypes(EltTy, TArg->getType());
1325 if (EltTy == 0) {
1330 EltTy = TArg->getType();
1335 if (EltTy != 0) {
1337 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) {
1342 EltTy = GivenEltTy;
1345 if (EltTy == 0) {
1354 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) {
1359 DeducedEltTy = EltTy;
1599 RecTy *EltTy) {
1601 RecTy *ItemType = EltTy;
1603 if (ArgsRec != 0 && EltTy == 0) {
1624 if (ArgsRec != 0 && EltTy == 0) {