Home | History | Annotate | Download | only in IPO

Lines Matching defs:InnerTy

137           Type *InnerTy = *I;
138 if (isa<PointerType>(InnerTy)) return true;
139 if (isa<CompositeType>(InnerTy))
140 Types.push_back(InnerTy);