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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp640 SDValue InnerOp = InOp.getNode()->getOperand(0); local
641 EVT InnerVT = InnerOp.getValueType();
649 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp,
662 InnerOp.getOpcode() == ISD::SRL &&
663 InnerOp.hasOneUse() &&
664 isa<ConstantSDNode>(InnerOp.getOperand(1))) {
665 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1))
676 InnerOp.getOperand(0));

Completed in 82 milliseconds