Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2060 unsigned LastOneMath = Width - C2->countr_zero(); in canonicalizeLogicFirst() local
2064 if (C->countl_one() < LastOneMath) in canonicalizeLogicFirst()
2069 if (C->countl_zero() < LastOneMath) in canonicalizeLogicFirst()