Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp697 SDValue InnerOp = InOp.getNode()->getOperand(0); in SimplifyDemandedBits() local
698 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
706 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
719 InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()
720 InnerOp.hasOneUse() && in SimplifyDemandedBits()
721 isa<ConstantSDNode>(InnerOp.getOperand(1))) { in SimplifyDemandedBits()
722 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1)) in SimplifyDemandedBits()
733 InnerOp.getOperand(0)); in SimplifyDemandedBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp824 SDValue InnerOp = InOp.getOperand(0); in SimplifyDemandedBits() local
825 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
833 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()
844 if (InOp.hasOneUse() && InnerOp.getOpcode() == ISD::SRL && in SimplifyDemandedBits()
845 InnerOp.hasOneUse()) { in SimplifyDemandedBits()
846 if (ConstantSDNode *SA2 = isConstOrConstSplat(InnerOp.getOperand(1))) { in SimplifyDemandedBits()
856 InnerOp.getOperand(0)); in SimplifyDemandedBits()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1474 SDValue InnerOp = InOp.getNode()->getOperand(0); in SimplifyDemandedBits() local
1475 EVT InnerVT = InnerOp.getValueType(); in SimplifyDemandedBits()
1484 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp, in SimplifyDemandedBits()