Searched refs:PtrInt (Results 1 – 3 of 3) sorted by relevance
610 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local611 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()614 BlockEnd - PtrInt); in allocate()
635 Type *PtrInt = Builder.getIntNTy(BytesPerElt * 8); in promoteAllocaUserToVector() local636 Elt = Builder.CreateBitCast(EltBytes, PtrInt); in promoteAllocaUserToVector()
7268 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local7270 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()