Lines Matching defs:SetccVT
28856 EVT SetccVT =
28883 SetccVT = OvfVT;
28897 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE);
28904 SetccVT = OvfVT;
28915 DAG.getSetCC(dl, SetccVT, High,
28933 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE);
28937 DAG.getSetCC(dl, SetccVT, High, DAG.getConstant(0, dl, VT), ISD::SETNE);
44486 EVT SetccVT = TLI.getSetCCResultType(DAG.getDataLayout(), Ctx, CmpVT);
44487 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode);
49620 EVT SetccVT = V.getOperand(0).getValueType();
49621 if (!TLI.isTypeLegal(SetccVT) ||
49622 !(Subtarget.hasVLX() || SetccVT.is512BitVector()))
49624 if (!(Subtarget.hasBWI() || SetccVT.getScalarSizeInBits() >= 32))