Searched refs:c_all_of (Results 1 – 3 of 3) sorted by relevance
213 if (!c_all_of(instruction->operands(), is_invariant)) { in TryHoistingInvariantInstructionsFromWhileBody()
430 bool c_all_of(Container container, Predicate predicate) { in c_all_of() function
1698 c_all_of(tuple->operands(), [&](HloInstruction* tuple_element) { in HandleTuple()