Lines Matching refs:ShadowAddr
422 Value *loadShadow(Value *ShadowAddr, uint64_t Size, uint64_t Align,
1188 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in loadShadow() local
1193 LoadInst *LI = new LoadInst(ShadowAddr, "", Pos); in loadShadow()
1199 Value *ShadowAddr1 = IRB.CreateGEP(DFS.ShadowTy, ShadowAddr, in loadShadow()
1201 return combineShadows(IRB.CreateAlignedLoad(ShadowAddr, ShadowAlign), in loadShadow()
1213 {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)}); in loadShadow()
1220 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
1270 DFS.DFSanUnionLoadFn, {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)}); in loadShadow()
1316 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in storeShadow() local
1321 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy)); in storeShadow()
1336 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy)); in storeShadow()
1348 IRB.CreateConstGEP1_32(DFS.ShadowTy, ShadowAddr, Offset); in storeShadow()