Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1066 bool PoisonUndef; member
1089 PoisonUndef = SanitizeFunction && ClPoisonUndef; in MemorySanitizerVisitor()
1665 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow()