Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:InOp

8654     SDValue InOp = InVec.getOperand(0);
8655 if (InOp.getValueType() != NVT) {
8656 assert(InOp.getValueType().isInteger() && NVT.isInteger());
8657 return DAG.getSExtOrTrunc(InOp, SDLoc(InVec), NVT);
8659 return InOp;