Home
last modified time | relevance | path

Searched refs:IsFiniteOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9005 ISD::CondCode IsFiniteOp = IsInvertedFP ? ISD::SETUGE : ISD::SETOLT; in expandIS_FPCLASS() local
9008 if (isCondCodeLegalOrCustom(IsFiniteOp, in expandIS_FPCLASS()
9020 SDValue IsFinite = DAG.getSetCC(DL, ResultVT, Abs, Inf, IsFiniteOp); in expandIS_FPCLASS()