Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp526 bool isZeroShadow(Value *V);
845 bool DataFlowSanitizer::isZeroShadow(Value *V) { in isZeroShadow() function in DataFlowSanitizer
917 if (DFS.isZeroShadow(PrimitiveShadow)) in expandFromPrimitiveShadow()
1778 if (DFS.isZeroShadow(V1)) in combineShadows()
1780 if (DFS.isZeroShadow(V2)) in combineShadows()
2233 if (!DFSF.DFS.isZeroShadow(PrimitiveShadow)) in visitLoadInst()
2380 if (ShouldTrackOrigins && !DFS.isZeroShadow(PrimitiveShadow)) { in storePrimitiveShadowOrigin()
2390 if (DFS.isZeroShadow(PrimitiveShadow)) { in storePrimitiveShadowOrigin()
3017 !DFSF.DFS.isZeroShadow(ArgShadow)) in visitCallBase()