Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2408 KnownBits KnownLo, KnownHi; in SimplifyDemandedBits() local
2413 if (SimplifyDemandedBits(Op.getOperand(1), MaskHi, KnownHi, TLO, Depth + 1)) in SimplifyDemandedBits()
2416 Known = KnownHi.concat(KnownLo); in SimplifyDemandedBits()