Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1148 bool PoisonUndef; member
1174 PoisonUndef = SanitizeFunction && ClPoisonUndef; in MemorySanitizerVisitor()
1956 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow()