Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp89 if (std::optional<unsigned> DifferentBit = in toKnownBits() local
91 Known.Zero.clearLowBits(*DifferentBit + 1); in toKnownBits()
92 Known.One.clearLowBits(*DifferentBit + 1); in toKnownBits()