Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewVT

456   EVT NewVT;
459 NewVT = VT.widenIntegerVectorElementType(*DAG.getContext());
460 assert(NewVT.isSimple() && "Promoting to a non-simple vector type!");
461 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
465 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
472 SDValue promoted = DAG.getNode(NewOpc, SDLoc(Op), NewVT, Op.getOperand(0));