Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InOp

8457     SDValue InOp = InVec.getOperand(0);
8458 if (InOp.getValueType() != NVT) {
8459 assert(InOp.getValueType().isInteger() && NVT.isInteger());
8460 return DAG.getSExtOrTrunc(InOp, InVec.getDebugLoc(), NVT);
8462 return InOp;