Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MinVT

1467         EVT MinVT = EVT::getIntegerVT(*DAG.getContext(), MinBits);
1468 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) {
1470 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreExt);
1471 SDValue C = DAG.getConstant(C1.trunc(MinBits), dl, MinVT);