Searched refs:ZeroShadow (Results 1 – 1 of 1) sorted by relevance
231 ConstantInt *ZeroShadow; member in __anonf274973e0111::DataFlowSanitizer441 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()[all …]