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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1662 KnownBits KnownLo, KnownHi; local
1667 if (SimplifyDemandedBits(Op.getOperand(1), MaskHi, KnownHi, TLO, Depth + 1))
1671 KnownHi.Zero.zext(BitWidth).shl(HalfBitWidth);
1674 KnownHi.One.zext(BitWidth).shl(HalfBitWidth);

Completed in 118 milliseconds