HomeSort by relevance Sort by last modified time
    Searched defs:inbounds (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
StratifiedSets.h 112 assert(inbounds(Index));
120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } function in class:llvm::cflaa::StratifiedSets
452 assert(inbounds(Idx1) && inbounds(Idx2));
473 assert(inbounds(Idx1) && inbounds(Idx2));
522 assert(inbounds(LowerIndex) && inbounds(UpperIndex));
602 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } function in class:llvm::cflaa::StratifiedSetsBuilder
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
StratifiedSets.h 103 assert(inbounds(Index));
111 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } function in class:llvm::cflaa::StratifiedSets
443 assert(inbounds(Idx1) && inbounds(Idx2));
464 assert(inbounds(Idx1) && inbounds(Idx2));
513 assert(inbounds(LowerIndex) && inbounds(UpperIndex));
593 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } function in class:llvm::cflaa::StratifiedSetsBuilder

Completed in 583 milliseconds