Lines Matching defs:SetccVT
29534 EVT SetccVT =
29561 SetccVT = OvfVT;
29575 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE);
29582 SetccVT = OvfVT;
29593 DAG.getSetCC(dl, SetccVT, High,
29611 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE);
29615 DAG.getSetCC(dl, SetccVT, High, DAG.getConstant(0, dl, VT), ISD::SETNE);
45672 EVT SetccVT = TLI.getSetCCResultType(DAG.getDataLayout(), Ctx, CmpVT);
45673 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode);
50835 EVT SetccVT = V.getOperand(0).getValueType();
50836 if (!TLI.isTypeLegal(SetccVT) ||
50837 !(Subtarget.hasVLX() || SetccVT.is512BitVector()))
50839 if (!(Subtarget.hasBWI() || SetccVT.getScalarSizeInBits() >= 32))