Searched refs:PoisonUndef (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ | ||
H A D | MemorySanitizer.cpp | 635 bool PoisonUndef; member in struct:__anon13320::MemorySanitizerVisitor 654 PoisonUndef = SanitizeFunction && ClPoisonUndef; 1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); |
Completed in 45 milliseconds