Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1759 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local
1760 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
1765 ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
1777 if (InnerOp.getOpcode() == ISD::SRL && Op0.hasOneUse() && in SimplifyDemandedBits()
1778 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
1780 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()
1789 InnerOp.getOperand(0)); in SimplifyDemandedBits()