Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3037 Constant *IsZeroPoison = cast<Constant>(I.getOperand(1)); in handleCountZeroes() local
3038 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()