Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h216 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero, enumerator
218 fcFinite = fcPosFinite | fcNegFinite,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp194 case fcPosFinite: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7735 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()
7738 Test &= ~fcPosFinite; in expandIS_FPCLASS()