Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7645 bool IsInverted = false; in expandIS_FPCLASS() local
7647 IsInverted = true; in expandIS_FPCLASS()
7664 IsInverted ? ISD::SETUNE : ISD::SETOEQ); in expandIS_FPCLASS()
7667 IsInverted ? ISD::SETO : ISD::SETUO); in expandIS_FPCLASS()
7838 return DAG.getConstant(IsInverted, DL, ResultVT); in expandIS_FPCLASS()
7839 if (IsInverted) in expandIS_FPCLASS()