Lines Matching refs:ZeroShadow
329 ConstantInt *ZeroShadow; member in __anonaa9af5010111::DataFlowSanitizer
553 ZeroShadow = ConstantInt::getSigned(ShadowTy, 0); in doInitialization()
966 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule()
1005 return DFS.ZeroShadow; in getShadow()
1010 return DFS.ZeroShadow; in getShadow()
1033 Shadow = DFS.ZeroShadow; in getShadow()
1064 if (V1 == DFS.ZeroShadow) in combineShadows()
1066 if (V2 == DFS.ZeroShadow) in combineShadows()
1146 return DFS.ZeroShadow; in combineOperandShadows()
1186 return DFS.ZeroShadow; in loadShadow()
1191 return DFS.ZeroShadow; in loadShadow()
1279 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow); in visitLoadInst()
1297 if (Shadow != DFSF.DFS.ZeroShadow) in visitLoadInst()
1317 if (Shadow == DFS.ZeroShadow) { in storeShadow()
1428 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow); in visitAllocaInst()
1530 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()
1534 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow); in visitCallSite()