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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp497 bool PoisonUndef; member in struct:__anon2745::MemorySanitizerVisitor
520 PoisonUndef = SanitizeFunction && ClPoisonUndef;
874 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V);

Completed in 49 milliseconds