Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h203 fcNegNormal = 0x0008, enumerator
213 fcNormal = fcPosNormal | fcNegNormal,
217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp189 case fcNegNormal: in getInvertedFPClassTest()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp496 ((Mask & fcNegNormal) && Val.isNormal() && Val.isNegative()) || in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2641 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7458 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5676 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8206 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()