Lines Matching refs:ShadowAddr
323 Value *loadShadow(Value *ShadowAddr, uint64_t Size, uint64_t Align,
1076 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in loadShadow() local
1081 LoadInst *LI = new LoadInst(ShadowAddr, "", Pos); in loadShadow()
1087 Value *ShadowAddr1 = IRB.CreateGEP(DFS.ShadowTy, ShadowAddr, in loadShadow()
1089 return combineShadows(IRB.CreateAlignedLoad(ShadowAddr, ShadowAlign), in loadShadow()
1101 {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)}); in loadShadow()
1108 IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx)); in loadShadow()
1158 DFS.DFSanUnionLoadFn, {ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size)}); in loadShadow()
1205 Value *ShadowAddr = DFS.getShadowAddress(Addr, Pos); in storeShadow() local
1210 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy)); in storeShadow()
1225 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy)); in storeShadow()
1237 IRB.CreateConstGEP1_32(DFS.ShadowTy, ShadowAddr, Offset); in storeShadow()