Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5260 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate() local
5261 if (NeededShiftAmt.isNegative()) in extractShiftForRotate()
5276 NeededShiftAmt.getZExtValue()); in extractShiftForRotate()
5286 if (OppLHSAmt != ExtractFromAmt - NeededShiftAmt.zextOrTrunc( in extractShiftForRotate()
5294 SDValue NewShiftNode = DAG.getConstant(NeededShiftAmt, DL, ShiftVT); in extractShiftForRotate()