Home
last modified time | relevance | path

Searched refs:InnerOp (Results 1 – 2 of 2) 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/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()