Searched refs:PtrInt (Results 1 – 2 of 2) sorted by relevance
521 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local522 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()525 BlockEnd - PtrInt); in allocate()
6682 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local6684 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()