Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownFPClass.cpp21 static bool inputDenormalIsIEEE(DenormalMode Mode) { in inputDenormalIsIEEE() function
32 (isKnownNeverSubnormal() || inputDenormalIsIEEE(Mode)); in isKnownNeverLogicalZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp890 static bool inputDenormalIsIEEE(const Function &F, const Type *Ty) { in inputDenormalIsIEEE() function
907 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
915 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
923 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
927 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
935 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
947 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()