Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5208 KnownBits ZKnown = computeKnownBits(Z, 0, &I); in foldICmpBinOp() local
5211 if (ZKnown.countMaxTrailingZeros() == 0) in foldICmpBinOp()
5213 NonZero = !ZKnown.One.isZero() || isKnownNonZero(Z, Q); in foldICmpBinOp()