Searched refs:ShadowPtrTy (Results 1 – 2 of 2) sorted by relevance
482 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local484 Value *ShadowAddr = IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy); in instrumentAddress()
1766 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local1770 IRB.CreateLoad(ShadowTy, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()