Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:ETy

1597   StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
1599 if (!ETy || ETy->getNumElements() < 2 || ETy->getNumElements() > 3)
1601 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
1602 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).
1603 if (ETy->getNumElements() == 3 && !isa<PointerType>(ETy->getTypeAtIndex(2U)))
1619 if (ETy->getNumElements() == 3 && !CS->getOperand(2)->isNullValue())