Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:ETy

1498   StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
1500 if (!ETy || ETy->getNumElements() < 2 || ETy->getNumElements() > 3)
1502 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
1503 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).
1504 if (ETy->getNumElements() == 3 && !isa<PointerType>(ETy->getTypeAtIndex(2U)))
1520 if (ETy->getNumElements() == 3 && !CS->getOperand(2)->isNullValue())