Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2538 KnownBits KnownLShrc = computeKnownBits(LshrC, 0, nullptr); in visitAnd() local
2539 if (KnownLShrc.getMaxValue().ult(Width)) { in visitAnd()