Home
last modified time | relevance | path

Searched defs:BoundInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h360 struct BoundInfo { struct
361 const SCEV *Iterations;
362 const SCEV *Upper[8];
363 const SCEV *Lower[8];
364 unsigned char Direction;
365 unsigned char DirSet;
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h367 struct BoundInfo { struct
368 const SCEV *Iterations;
369 const SCEV *Upper[8];
370 const SCEV *Lower[8];
371 unsigned char Direction;
372 unsigned char DirSet;
/external/clang/lib/AST/
DASTImporter.cpp3671 TypeSourceInfo *BoundInfo = Importer.Import(D->getTypeSourceInfo()); in VisitObjCTypeParamDecl() local