Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1008 if (category==fcZero || category==fcInfinity) in bitwiseIsEqual()
1436 assert(isFiniteNonZero() || category == fcZero); in roundAwayFromZero()
1450 if (lost_fraction == lfExactlyHalf && category != fcZero) in roundAwayFromZero()
1534 category = fcZero; in normalize()
1578 category = fcZero; in normalize()
1590 case PackCategoriesIntoKey(fcZero, fcNaN): in addOrSubtractSpecials()
1595 case PackCategoriesIntoKey(fcNaN, fcZero): in addOrSubtractSpecials()
1605 case PackCategoriesIntoKey(fcNormal, fcZero): in addOrSubtractSpecials()
1607 case PackCategoriesIntoKey(fcInfinity, fcZero): in addOrSubtractSpecials()
1611 case PackCategoriesIntoKey(fcZero, fcInfinity): in addOrSubtractSpecials()
[all …]
/openbsd-src/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-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp193 case fcZero: in getInvertedFPClassTest()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h185 case llvm::APFloat::fcZero: in fromFloatSpecialBinOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp456 if (Mask == fcZero && !II.isStrictFP()) { in instCombineIntrinsic()
/openbsd-src/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-src/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-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12100 case APFloat::fcZero: Arg = 4; break; in VisitBuiltinCallExpr()