Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1096 bool PoisonUndef; member
1122 PoisonUndef = SanitizeFunction && ClPoisonUndef; in MemorySanitizerVisitor()
1865 Value *AllOnes = (PropagateShadow && PoisonUndef) ? getPoisonedShadow(V) in getShadow()