Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MinVT

1312         EVT MinVT = EVT::getIntegerVT(*DAG.getContext(), MinBits);
1313 if (isTypeDesirableForOp(ISD::SETCC, MinVT)) {
1315 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, MinVT, PreZExt);
1316 SDValue C = DAG.getConstant(C1.trunc(MinBits), MinVT);