Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8076 ConstantSDNode *OppShiftCst = isConstOrConstSplat(OppShift.getOperand(1)); in extractShiftForRotate() local
8080 if (OppShift.getOpcode() == ISD::SRL && OppShiftCst && in extractShiftForRotate()
8084 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()
8123 if (!OppShiftCst || !OppShiftCst->getAPIntValue() || in extractShiftForRotate()
8130 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
8132 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()