Searched refs:ptr_end (Results 1 – 2 of 2) sorted by relevance
7 define void @test(i8* %ptr, i8* %ptr_end) {15 %cmp = icmp ult i8* %ptr3, %ptr_end
182 const uint8_t *ptr_end = data.GetDataEnd(); in HashElfTextSection() local183 while (ptr < ptr_end) { in HashElfTextSection()