Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp872 SDValue InnerOp = Op0.getOperand(0); in SimplifyDemandedBits() local
873 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
881 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
891 if (Op0.hasOneUse() && InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()
892 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
894 isConstOrConstSplat(InnerOp.getOperand(1))) { in SimplifyDemandedBits()
903 InnerOp.getOperand(0)); in SimplifyDemandedBits()