Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1478 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local
1479 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
1487 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
1499 if (Op0.hasOneUse() && InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()
1500 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
1502 TLO.DAG.getValidShiftAmountConstant(InnerOp, DemandedElts)) { in SimplifyDemandedBits()
1511 InnerOp.getOperand(0)); in SimplifyDemandedBits()