Searched refs:BEnd (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | xxhash.cpp | 74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64() local 78 const unsigned char *const Limit = BEnd - 32; in xxHash64() 107 while (P + 8 <= BEnd) { in xxHash64() 114 if (P + 4 <= BEnd) { in xxHash64() 120 while (P < BEnd) { in xxHash64()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonCommonGEP.cpp | 716 BasicBlock::iterator FirstUse = B->end(), BEnd = B->end(); in first_use_of_in_block() local 735 if (std::distance(FirstUse, BEnd) < std::distance(It, BEnd)) in first_use_of_in_block()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | AssignmentTrackingAnalysis.cpp | 342 auto BIt = B.begin(), BEnd = B.end(); in intervalMapsAreEqual() local 344 if (BIt == BEnd) in intervalMapsAreEqual() 352 return BIt == BEnd; in intervalMapsAreEqual()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaLookup.cpp | 2577 Iterator AIt = A, BIt = B, AEnd, BEnd; in LookupQualifiedName() local 2580 Result BResult = Next(BIt, BEnd); in LookupQualifiedName() 2592 for (; BResult; BResult = Next(BIt, BEnd)) { in LookupQualifiedName()
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CFG.cpp | 5424 for (CFGBlock::const_iterator BI = (*I)->begin(), BEnd = (*I)->end() ; in StmtPrinterHelper() local 5425 BI != BEnd; ++BI, ++j ) { in StmtPrinterHelper()
|