Searched refs:BitWidthDiff (Results 1 – 1 of 1) sorted by relevance
3963 APInt BitWidthDiff; in foldSubCtlzNot() local3969 N, Matcher, m_Sub(m_Ctlz(m_Value(CtlzOp)), m_ConstInt(BitWidthDiff)))) in foldSubCtlzNot()3975 if ((BitWidth - Src.getValueType().getScalarSizeInBits()) != BitWidthDiff) in foldSubCtlzNot()3984 unsigned AndMaskWidth = BitWidth - BitWidthDiff.getZExtValue(); in foldSubCtlzNot()3990 SDValue ShiftConst = DAG.getShiftAmountConstant(BitWidthDiff, VT, DL); in foldSubCtlzNot()