Lines Matching defs:InOp
31908 static SDValue ExtendToType(SDValue InOp, MVT NVT, SelectionDAG &DAG,
31910 // Check if InOp already has the right width.
31911 MVT InVT = InOp.getSimpleValueType();
31913 return InOp;
31915 if (InOp.isUndef())
31926 SDLoc dl(InOp);
31927 if (InOp.getOpcode() == ISD::CONCAT_VECTORS &&
31928 InOp.getNumOperands() == 2) {
31929 SDValue N1 = InOp.getOperand(1);
31932 InOp = InOp.getOperand(0);
31933 InVT = InOp.getSimpleValueType();
31937 if (ISD::isBuildVectorOfConstantSDNodes(InOp.getNode()) ||
31938 ISD::isBuildVectorOfConstantFPSDNodes(InOp.getNode())) {
31941 Ops.push_back(InOp.getOperand(i));
31943 EVT EltVT = InOp.getOperand(0).getValueType();
31954 InOp, DAG.getIntPtrConstant(0, dl));