Searched defs:BoundInfo (Results 1 – 2 of 2) sorted by relevance
367 struct BoundInfo { struct368 const SCEV *Iterations;369 const SCEV *Upper[8];370 const SCEV *Lower[8];371 unsigned char Direction;372 unsigned char DirSet;
3671 TypeSourceInfo *BoundInfo = Importer.Import(D->getTypeSourceInfo()); in VisitObjCTypeParamDecl() local