Searched refs:PtrEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1269 const auto *PtrEnd = (const unsigned char *)DataBuffer->getBufferEnd();
1271 if (Ptr + 2 * sizeof(uint64_t) > PtrEnd)
1281 if (Ptr + 2 * sizeof(uint64_t) > PtrEnd)
1291 if (Ptr + NumFunctions * sizeof(uint64_t) > PtrEnd)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1485 Address PtrEnd = Bld.CreatePointerBitCastOrAddrSpaceCast(
1514 CGF.Int8Ty, PtrEnd.getPointer(),
H A DCGOpenMPRuntime.cpp9075 llvm::Value *PtrEnd = MapperCGF.Builder.CreateGEP(ElemTy, PtrBegin, Size); local
9097 MapperCGF.Builder.CreateICmpEQ(PtrBegin, PtrEnd, "omp.arraymap.isempty");
9251 MapperCGF.Builder.CreateICmpEQ(PtrNext, PtrEnd, "omp.arraymap.isdone");

Completed in 273 milliseconds