Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7176 ConstantSDNode *OppShiftCst = isConstOrConstSplat(OppShift.getOperand(1)); in extractShiftForRotate() local
7180 if (OppShift.getOpcode() == ISD::SRL && OppShiftCst && in extractShiftForRotate()
7184 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()
7223 if (!OppShiftCst || !OppShiftCst->getAPIntValue() || in extractShiftForRotate()
7230 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()
7232 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()