HomeSort by relevance Sort by last modified time
    Searched refs:InnerOp (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 697 SDValue InnerOp = InOp.getNode()->getOperand(0);
698 EVT InnerVT = InnerOp.getValueType();
706 TLO.DAG.getNode(ISD::SHL, dl, InnerVT, InnerOp,
719 InnerOp.getOpcode() == ISD::SRL &&
720 InnerOp.hasOneUse() &&
721 isa<ConstantSDNode>(InnerOp.getOperand(1))) {
722 uint64_t InnerShAmt = cast<ConstantSDNode>(InnerOp.getOperand(1))
733 InnerOp.getOperand(0));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 409 milliseconds