Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8027 bool IsInverted = false; in expandIS_FPCLASS() local
8029 IsInverted = true; in expandIS_FPCLASS()
8046 IsInverted ? ISD::SETUNE : ISD::SETOEQ); in expandIS_FPCLASS()
8049 IsInverted ? ISD::SETO : ISD::SETUO); in expandIS_FPCLASS()
8220 return DAG.getConstant(IsInverted, DL, ResultVT); in expandIS_FPCLASS()
8221 if (IsInverted) in expandIS_FPCLASS()