Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1578 category = fcZero; in normalize()
1621 case PackCategoriesIntoKey(fcZero, fcZero): in addOrSubtractSpecials()
1739 case PackCategoriesIntoKey(fcZero, fcZero): in multiplySpecials()
1793 case PackCategoriesIntoKey(fcZero, fcZero): in divideSpecials()
1831 case PackCategoriesIntoKey(fcZero, fcZero): in modSpecials()
1869 case PackCategoriesIntoKey(fcZero, fcZero): in remainderSpecials()
2264 case PackCategoriesIntoKey(fcZero, fcZero): in compare()
3108 case fcZero: in convertToHexString()
4033 case fcZero: in toString()
4314 case fcZero: in next()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h215 fcZero = fcPosZero | fcNegZero, enumerator
H A DAPFloat.h230 fcZero enumerator
365 bool isZero() const { return category == fcZero; } in isZero()
387 bool isNonZero() const { return category != fcZero; } in isNonZero()
1225 bool isZero() const { return getCategory() == fcZero; } in isZero()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp193 case fcZero: in getInvertedFPClassTest()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h185 case llvm::APFloat::fcZero: in fromFloatSpecialBinOp()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp456 if (Mask == fcZero && !II.isStrictFP()) { in instCombineIntrinsic()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8043 if (Test == fcZero) in expandIS_FPCLASS()
8131 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS()
8134 else if (PartialCheck == fcZero) in expandIS_FPCLASS()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7386 if (unsigned PartialCheck = Mask & fcZero) { in lowerISFPCLASS()
7390 else if (PartialCheck == fcZero) in lowerISFPCLASS()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12100 case APFloat::fcZero: Arg = 4; break; in VisitBuiltinCallExpr()