Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1722 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local
1723 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
1728 ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
1740 if (InnerOp.getOpcode() == ISD::SRL && Op0.hasOneUse() && in SimplifyDemandedBits()
1741 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
1743 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()
1752 InnerOp.getOperand(0)); in SimplifyDemandedBits()