Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ShadowPtrTy

882   Type *ShadowPtrTy = PointerType::get(ShadowTy, 0);
888 Value *OldValue = IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy));
897 IRB.CreateStore(NewVal, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy));