Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFPRange.cpp34 return Lower.isPosInfinity() && Upper.isNegInfinity(); in isNaNOnly()
120 if (V.isNegInfinity()) in makeLessThan()
196 if (SingleElement->isNegInfinity()) in makeAllowedFCmpRegion()
283 return Lower.isNegInfinity() && Upper.isPosInfinity() && MayBeQNaN && in isFullSet()
288 return Lower.isPosInfinity() && Upper.isNegInfinity() && !MayBeQNaN && in isEmptySet()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1481 bool isNegInfinity() const { return isInfinity() && isNegative(); } in isNegInfinity() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1106 V = (ConstSrc2 && ConstSrc2->isNegInfinity()) in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3188 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldIntrinsicCall2()