Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h203 fcNegNormal = 0x0008, enumerator
213 fcNormal = fcPosNormal | fcNegNormal,
217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp186 case fcNegNormal: in getInvertedFPClassTest()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5676 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7824 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()