Searched refs:ShadowPtrTy (Results 1 – 2 of 2) sorted by relevance
495 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local497 Value *ShadowAddr = IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy); in instrumentAddress()
1876 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local1881 ShadowTy, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy), Align(ShadowAlign)); in instrumentAddress()