Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8377 bool IsInverted = false; in expandIS_FPCLASS() local
8379 IsInverted = true; in expandIS_FPCLASS()
8393 ISD::CondCode OrderedCmpOpcode = IsInverted ? ISD::SETUNE : ISD::SETOEQ; in expandIS_FPCLASS()
8394 ISD::CondCode UnorderedCmpOpcode = IsInverted ? ISD::SETONE : ISD::SETUEQ; in expandIS_FPCLASS()
8410 isCondCodeLegalOrCustom(IsInverted ? ISD::SETO : ISD::SETUO, in expandIS_FPCLASS()
8413 IsInverted ? ISD::SETO : ISD::SETUO); in expandIS_FPCLASS()
8417 isCondCodeLegalOrCustom(IsInverted ? ISD::SETUNE : ISD::SETOEQ, in expandIS_FPCLASS()
8425 IsInverted ? ISD::SETUNE : ISD::SETOEQ); in expandIS_FPCLASS()
8609 return DAG.getConstant(IsInverted, DL, ResultVT); in expandIS_FPCLASS()
8610 if (IsInverted) in expandIS_FPCLASS()