Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7750 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()
7752 else if (PartialCheck == fcZero) in expandIS_FPCLASS()
7759 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
7760 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
7762 else if (PartialCheck == fcInf) in expandIS_FPCLASS()
7772 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local
7775 if (PartialCheck == fcNan) { in expandIS_FPCLASS()
7788 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()
7811 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
7824 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
[all …]