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

/art/cmdline/detail/
H A Dcmdline_parser_detail.h48 template <typename TLeft, typename TRight = TLeft, bool IsFloatingPoint = false>
/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc457 if (IsFloatingPoint()) {
479 if (IsFloatingPoint()) {
H A Dssa_liveness_analysis.h706 bool IsFloatingPoint() const { function in class:art::LiveInterval
722 return IsFloatingPoint() == other.IsFloatingPoint();
H A Dregister_allocator.cc545 if (interval->IsFloatingPoint()) {

Completed in 474 milliseconds