Lines Matching refs:ZeroShadow
231 ConstantInt *ZeroShadow; member in __anonf274973e0111::DataFlowSanitizer
441 ZeroShadow = ConstantInt::getSigned(ShadowTy, 0); in doInitialization()
858 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule()
897 return DFS.ZeroShadow; in getShadow()
902 return DFS.ZeroShadow; in getShadow()
925 Shadow = DFS.ZeroShadow; in getShadow()
956 if (V1 == DFS.ZeroShadow) in combineShadows()
958 if (V2 == DFS.ZeroShadow) in combineShadows()
1038 return DFS.ZeroShadow; in combineOperandShadows()
1080 return DFS.ZeroShadow; in loadShadow()
1085 return DFS.ZeroShadow; in loadShadow()
1173 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow); in visitLoadInst()
1191 if (Shadow != DFSF.DFS.ZeroShadow) in visitLoadInst()
1212 if (Shadow == DFS.ZeroShadow) { in storeShadow()
1323 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow); in visitAllocaInst()
1430 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()
1435 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()