Searched refs:isPositiveZero (Results 1 – 6 of 6) sorted by relevance
120 template <typename T> bool isPositiveZero(T Val) { in isPositiveZero() function
39 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()42 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()
64 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()
330 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()333 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()6674 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()6677 if (Utils::isPositiveZero(ConstDouble->getValue())) in legalize()
321 return !Utils::isPositiveZero(ConstFloat->getValue()); in shouldBePooled()324 return !Utils::isPositiveZero(ConstDouble->getValue()); in shouldBePooled()7401 if (Utils::isPositiveZero(ConstFloat->getValue())) in legalize()7404 if (Utils::isPositiveZero(ConstDouble->getValue())) in legalize()
4111 return Utils::isPositiveZero(F32->getValue()); in isFloatingPointZero()4115 return Utils::isPositiveZero(F64->getValue()); in isFloatingPointZero()