Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3359 Value *BoolZeroPoison = IRB.CreateIsNull(Src, "_mscz_bzp"); in handleCountLeadingTrailingZeros() local
3360 OutputShadow = IRB.CreateOr(OutputShadow, BoolZeroPoison, "_mscz_bs"); in handleCountLeadingTrailingZeros()