Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp591 bool PoisonUndef; member
610 PoisonUndef = SanitizeFunction && ClPoisonUndef; in MemorySanitizerVisitor()
1052 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow()