Home
last modified time | relevance | path

Searched refs:inputDenormalIsIEEE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp840 static bool inputDenormalIsIEEE(const Function &F, const Type *Ty) { in inputDenormalIsIEEE() function
857 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
865 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
873 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
877 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
885 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
897 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3908 static bool inputDenormalIsIEEE(const Function &F, const Type *Ty) { in inputDenormalIsIEEE() function
3929 (isKnownNeverSubnormal() || inputDenormalIsIEEE(F, Ty)); in isKnownNeverLogicalZero()
4033 !inputDenormalIsIEEE(F, LHS->getType())) in fcmpToClassTest()