Lines Matching defs:NewOutTy
2830 EVT NewOutTy = DestVT;
2836 NewOutTy = (MVT::SimpleValueType)(NewOutTy.getSimpleVT().SimpleTy+1);
2837 assert(NewOutTy.isInteger() && "Ran out of possibilities!");
2842 if (TLI.isOperationLegalOrCustom(OpToUse, NewOutTy))
2847 if (!IsSigned && TLI.isOperationLegalOrCustom(OpToUse, NewOutTy))
2856 SDVTList VTs = DAG.getVTList(NewOutTy, MVT::Other);
2859 Operation = DAG.getNode(OpToUse, dl, NewOutTy, LegalOp);
2877 EVT NewOutTy = Node->getValueType(0);
2879 NewOutTy = (MVT::SimpleValueType)(NewOutTy.getSimpleVT().SimpleTy + 1);
2880 assert(NewOutTy.isInteger() && "Ran out of possibilities!");
2882 if (TLI.isOperationLegalOrCustom(Opcode, NewOutTy))
2888 SDValue Result = DAG.getNode(Opcode, dl, NewOutTy, Node->getOperand(0),