Home | History | Annotate | Download | only in IR

Lines Matching defs:CT

1375     CompositeType *CT = dyn_cast<CompositeType>(Agg);
1376 if (!CT || CT->isPointerTy()) return 0;
1378 if (!CT->indexValid(Index)) return 0;
1379 Agg = CT->getTypeAtIndex(Index);