Lines Matching defs:SetCCVT
2326 EVT SetCCVT =
2350 SDValue NGtMaxExp = DAG.getSetCC(dl, SetCCVT, N, MaxExp, ISD::SETGT);
2359 DAG.getSetCC(dl, SetCCVT, N, DoubleMaxExp, ISD::SETUGT);
2371 SDValue NLtMinExp = DAG.getSetCC(dl, SetCCVT, N, MinExp, ISD::SETLT);
2389 dl, SetCCVT, N,
2479 EVT SetCCVT =
2488 SDValue DenormOrZero = DAG.getSetCC(dl, SetCCVT, AddNegSmallestNormal,
2492 DAG.getSetCC(dl, SetCCVT, Abs, SmallestNormalizedInt, ISD::SETULT);
2643 EVT SetCCVT = getSetCCResultType(SrcVT);
2646 dl, SetCCVT, Op0, DAG.getConstant(0, dl, SrcVT), ISD::SETLT);