Searched refs:inputDenormalIsIEEE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 840 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 D | ValueTracking.cpp | 3908 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()
|