Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NewVT

473   EVT NewVT;
476 NewVT = VT.widenIntegerVectorElementType(*DAG.getContext());
477 assert(NewVT.isSimple() && "Promoting to a non-simple vector type!");
478 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
482 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
489 SDValue promoted = DAG.getNode(NewOpc, SDLoc(Op), NewVT, Op.getOperand(0));