Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3963 APInt BitWidthDiff; in foldSubCtlzNot() local
3969 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()