Home
last modified time | relevance | path

Searched refs:isNegZero (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h390 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero() function
1241 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero() function
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1652 if (Imm.isZero() || Imm.isNegZero()) in Select()
H A DSystemZISelLowering.cpp841 if (Imm.isZero() || Imm.isNegZero()) in isFPImmLegal()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1429 if (rs1.isNegZero()) in FCLASS()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h678 bool isValue(const APFloat &C) { return C.isNegZero(); } in isValue()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4334 if (Imm.isNegZero()) in isFPImmLegal()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5279 if (LHSCst->Value.isNegZero()) in matchFsubToFneg()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6045 if (N1C && N1C->getValueAPF().isNegZero() && N2.isUndef()) in foldConstantFPMath()
9131 if (YC->getValueAPF().isNegZero()) in simplifyFPBinop()
H A DDAGCombiner.cpp22524 if (C && C->getValueAPF().isNegZero()) in narrowExtractedVectorBinOp()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4055 if (C->isNegative() && !C->isNegZero()) { in simplifyFCmpInst()
H A DValueTracking.cpp3522 return !CFP->getValueAPF().isNegZero(); in CannotBeNegativeZero()