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