Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp771 bool IsInverted; in collectSelectGroups() member
862 bool Inverted = It->second.IsInverted; in collectSelectGroups()
895 SIGroup.Selects.emplace_back(I, It->second.IsInverted, in collectSelectGroups()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9031 bool IsInverted = false; in expandIS_FPCLASS() local
9035 IsInverted = true; in expandIS_FPCLASS()
9218 return DAG.getConstant(IsInverted, DL, ResultVT); in expandIS_FPCLASS()
9219 if (IsInverted) in expandIS_FPCLASS()