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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp862 APInt KnownZeroHi, KnownOneHi; local
868 if (SimplifyDemandedBits(Op.getOperand(1), MaskHi, KnownZeroHi,
873 KnownZeroHi.zext(BitWidth).shl(HalfBitWidth);

Completed in 317 milliseconds