Home | History | Annotate | Download | only in IPO

Lines Matching refs:InnerTy

143           Type *InnerTy = *I;
144 if (isa<PointerType>(InnerTy)) return true;
145 if (isa<CompositeType>(InnerTy))
146 Types.push_back(InnerTy);