Lines Matching refs:ETy
1306 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());1307 if (!ETy || ETy->getNumElements() != 2) return; // Not an array of pairs!1308 if (!isa<IntegerType>(ETy->getTypeAtIndex(0U)) ||1309 !isa<PointerType>(ETy->getTypeAtIndex(1U))) return; // Not (int, ptr).