Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Ddemanded-bits-of-pointer-instruction.ll7 define void @test(i8* %ptr, i8* %ptr_end) {
15 %cmp = icmp ult i8* %ptr3, %ptr_end
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp182 const uint8_t *ptr_end = data.GetDataEnd(); in HashElfTextSection() local
183 while (ptr < ptr_end) { in HashElfTextSection()