Searched refs:MantissaWidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5758 int MantissaWidth = LHSI->getType()->getFPMantissaWidth(); local
5759 if (MantissaWidth == -1) return nullptr; // Unknown.
5798 if ((int)InputSize > MantissaWidth) {
5809 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned)

Completed in 126 milliseconds