HomeSort by relevance Sort by last modified time
    Searched refs:BEnd (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
xxhash.cpp 75 const unsigned char *const BEnd = Data.bytes_end();
79 const unsigned char *const Limit = BEnd - 32;
108 while (P + 8 <= BEnd) {
115 if (P + 4 <= BEnd) {
121 while (P < BEnd) {
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 708 BasicBlock::iterator FirstUse = B->end(), BEnd = B->end();
725 if (std::distance(FirstUse, BEnd) < std::distance(It, BEnd))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 725 BasicBlock::iterator FirstUse = B->end(), BEnd = B->end();
744 if (std::distance(FirstUse, BEnd) < std::distance(It, BEnd))
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 138 milliseconds