Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9006 ISD::CondCode IsNormalOp = IsInvertedFP ? ISD::SETOLT : ISD::SETUGE; in expandIS_FPCLASS() local
9010 isCondCodeLegalOrCustom(IsNormalOp, in expandIS_FPCLASS()
9022 DAG.getSetCC(DL, ResultVT, Abs, SmallestNormal, IsNormalOp); in expandIS_FPCLASS()