Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8909 bool IsInvertedFP = false; in expandIS_FPCLASS() local
8914 IsInvertedFP = true; in expandIS_FPCLASS()
8917 ISD::CondCode OrderedCmpOpcode = IsInvertedFP ? ISD::SETUNE : ISD::SETOEQ; in expandIS_FPCLASS()
8918 ISD::CondCode UnorderedCmpOpcode = IsInvertedFP ? ISD::SETONE : ISD::SETUEQ; in expandIS_FPCLASS()
8944 isCondCodeLegalOrCustom(IsInvertedFP ? ISD::SETO : ISD::SETUO, in expandIS_FPCLASS()
8947 IsInvertedFP ? ISD::SETO : ISD::SETUO); in expandIS_FPCLASS()
8986 ISD::CondCode OrderedOp = IsInvertedFP ? ISD::SETUGE : ISD::SETOLT; in expandIS_FPCLASS()
8987 ISD::CondCode UnorderedOp = IsInvertedFP ? ISD::SETOGE : ISD::SETULT; in expandIS_FPCLASS()
9005 ISD::CondCode IsFiniteOp = IsInvertedFP ? ISD::SETUGE : ISD::SETOLT; in expandIS_FPCLASS()
9006 ISD::CondCode IsNormalOp = IsInvertedFP ? ISD::SETOLT : ISD::SETUGE; in expandIS_FPCLASS()
[all …]