Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getTypeAtIndex

1367   if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||
1368 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).
1369 if (ETy->getNumElements() == 3 && !isa<PointerType>(ETy->getTypeAtIndex(2U)))