Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp635 bool PoisonUndef; member
654 PoisonUndef = SanitizeFunction && ClPoisonUndef; in MemorySanitizerVisitor()
1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow()