Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewVT

419   EVT NewVT;
422 NewVT = VT.widenIntegerVectorElementType(*DAG.getContext());
423 assert(NewVT.isSimple() && "Promoting to a non-simple vector type!");
424 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
428 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
435 SDValue promoted = DAG.getNode(NewOpc, SDLoc(Op), NewVT, Op.getOperand(0));