Searched refs:PtrInt (Results 1 – 3 of 3) sorted by relevance
584 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local585 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()588 BlockEnd - PtrInt); in allocate()
531 Type *PtrInt = Builder.getIntNTy(BytesPerElt * 8); in promoteAllocaUserToVector() local532 Elt = Builder.CreateBitCast(EltBytes, PtrInt); in promoteAllocaUserToVector()
7119 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local7121 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()