Searched refs:IsFiniteOp (Results 1 – 1 of 1) sorted by relevance
9005 ISD::CondCode IsFiniteOp = IsInvertedFP ? ISD::SETUGE : ISD::SETOLT; in expandIS_FPCLASS() local9008 if (isCondCodeLegalOrCustom(IsFiniteOp, in expandIS_FPCLASS()9020 SDValue IsFinite = DAG.getSetCC(DL, ResultVT, Abs, Inf, IsFiniteOp); in expandIS_FPCLASS()