Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp231 ConstantInt *ZeroShadow; member in __anonf274973e0111::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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp329 ConstantInt *ZeroShadow; member in __anon83c261760111::DataFlowSanitizer
553 ZeroShadow = ConstantInt::getSigned(ShadowTy, 0); in doInitialization()
965 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow); in runOnModule()
1004 return DFS.ZeroShadow; in getShadow()
1009 return DFS.ZeroShadow; in getShadow()
1032 Shadow = DFS.ZeroShadow; in getShadow()
1063 if (V1 == DFS.ZeroShadow) in combineShadows()
1065 if (V2 == DFS.ZeroShadow) in combineShadows()
1145 return DFS.ZeroShadow; in combineOperandShadows()
1185 return DFS.ZeroShadow; in loadShadow()
[all …]