Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp835 static bool inputDenormalIsIEEE(const Function &F, const Type *Ty) { in inputDenormalIsIEEE() function
852 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
860 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
868 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
872 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
880 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
892 if (inputDenormalIsIEEE(F, Ty)) in fpclassTestIsFCmp0()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4221 static bool inputDenormalIsIEEE(const Function &F, const Type *Ty) { in inputDenormalIsIEEE() function
4242 (isKnownNeverSubnormal() || inputDenormalIsIEEE(F, Ty)); in isKnownNeverLogicalZero()
4423 if (!inputDenormalIsIEEE(F, LHS->getType())) in fcmpImpliesClass()