Searched defs:BoundInfo (Results 1 – 3 of 3) sorted by relevance
360 struct BoundInfo { struct361 const SCEV *Iterations;362 const SCEV *Upper[8];363 const SCEV *Lower[8];364 unsigned char Direction;365 unsigned char DirSet;
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