Searched refs:BEnd (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 107 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64() local 111 const unsigned char *const Limit = BEnd - 32; in xxHash64() 141 reinterpret_cast<uintptr_t>(BEnd)) { in xxHash64() 148 if (reinterpret_cast<uintptr_t>(P) + 4 <= reinterpret_cast<uintptr_t>(BEnd)) { in xxHash64() 154 while (P < BEnd) { in xxHash64()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A 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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 416 auto BIt = B.begin(), BEnd = B.end(); in intervalMapsAreEqual() local 418 if (BIt == BEnd) in intervalMapsAreEqual() 426 return BIt == BEnd; in intervalMapsAreEqual()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 2572 Iterator AIt = A, BIt = B, AEnd, BEnd; in LookupQualifiedName() local 2575 Result BResult = Next(BIt, BEnd); in LookupQualifiedName() 2587 for (; BResult; BResult = Next(BIt, BEnd)) { in LookupQualifiedName()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5430 for (CFGBlock::const_iterator BI = (*I)->begin(), BEnd = (*I)->end() ; in StmtPrinterHelper() local 5431 BI != BEnd; ++BI, ++j ) { in StmtPrinterHelper()
|