Searched defs:IsGtBias (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.h3053 bool IsGtBias() const { return GetBias() == ComparisonBias::kGtBias; } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HCondition
3071 return ((if_cond == kCondGT) || (if_cond == kCondGE)) && IsGtBias();
3082 return ((if_cond == kCondLT) || (if_cond == kCondLE)) && IsGtBias();
3104 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compare(x, y);
3542 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compute(x, y);
3571 bool IsGtBias() const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HCompare

Completed in 33 milliseconds