Searched refs:constrain_to_host (Results 1 – 1 of 1) sorted by relevance
831 absl::optional<bool> constrain_to_host; in AddHostOnlyDataTypesConstraints() local862 constrain_to_host = true; in AddHostOnlyDataTypesConstraints()869 if (!constrain_to_host.has_value()) { in AddHostOnlyDataTypesConstraints()874 if (constrain_to_host.has_value()) return false; in AddHostOnlyDataTypesConstraints()890 constrain_to_host = DataTypeAlwaysOnHost(element_type); in AddHostOnlyDataTypesConstraints()897 if (constrain_to_host.has_value() && *constrain_to_host) { in AddHostOnlyDataTypesConstraints()