Lines Matching defs:NewOutTy
2931 EVT NewOutTy = DestVT;
2937 NewOutTy = (MVT::SimpleValueType)(NewOutTy.getSimpleVT().SimpleTy+1);
2938 assert(NewOutTy.isInteger() && "Ran out of possibilities!");
2943 if (TLI.isOperationLegalOrCustom(OpToUse, NewOutTy))
2948 if (!IsSigned && TLI.isOperationLegalOrCustom(OpToUse, NewOutTy))
2957 SDVTList VTs = DAG.getVTList(NewOutTy, MVT::Other);
2960 Operation = DAG.getNode(OpToUse, dl, NewOutTy, LegalOp);
2978 EVT NewOutTy = Node->getValueType(0);
2980 NewOutTy = (MVT::SimpleValueType)(NewOutTy.getSimpleVT().SimpleTy + 1);
2981 assert(NewOutTy.isInteger() && "Ran out of possibilities!");
2983 if (TLI.isOperationLegalOrCustom(Opcode, NewOutTy))
2989 SDValue Result = DAG.getNode(Opcode, dl, NewOutTy, Node->getOperand(0),