Home
last modified time | relevance | path

Searched refs:PtrInt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h610 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local
611 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()
614 BlockEnd - PtrInt); in allocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp635 Type *PtrInt = Builder.getIntNTy(BytesPerElt * 8); in promoteAllocaUserToVector() local
636 Elt = Builder.CreateBitCast(EltBytes, PtrInt); in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7268 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local
7270 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()