Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp88 if (Optional<unsigned> DifferentBit = in toKnownBits() local
90 Known.Zero.clearLowBits(*DifferentBit + 1); in toKnownBits()
91 Known.One.clearLowBits(*DifferentBit + 1); in toKnownBits()