Searched refs:is_not_representable (Results 1 – 2 of 2) sorted by relevance
1026 Label* is_not_representable, Label* is_representable) { in Abs() argument1036 if ((is_not_representable != nullptr) && (is_representable != nullptr)) { in Abs()1037 B(is_not_representable, vs); in Abs()1039 } else if (is_not_representable != nullptr) { in Abs()1040 B(is_not_representable, vs); in Abs()
1173 Label* is_not_representable = nullptr,