Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8132 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate() local
8146 NeededShiftAmt.getZExtValue()); in extractShiftForRotate()
8156 if (OppLHSAmt != ExtractFromAmt - NeededShiftAmt.zextOrTrunc( in extractShiftForRotate()
8164 SDValue NewShiftNode = DAG.getConstant(NeededShiftAmt, DL, ShiftVT); in extractShiftForRotate()