Home
last modified time | relevance | path

Searched refs:ZeroShadow (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp231 ConstantInt *ZeroShadow; member in __anon267cbafd0111::DataFlowSanitizer
441 ZeroShadow = ConstantInt::getSigned(ShadowTy, 0); in doInitialization()
853 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule()
892 return DFS.ZeroShadow; in getShadow()
897 return DFS.ZeroShadow; in getShadow()
920 Shadow = DFS.ZeroShadow; in getShadow()
951 if (V1 == DFS.ZeroShadow) in combineShadows()
953 if (V2 == DFS.ZeroShadow) in combineShadows()
1033 return DFS.ZeroShadow; in combineOperandShadows()
1074 return DFS.ZeroShadow; in loadShadow()
[all …]