Searched refs:tuple_idx (Results 1 – 2 of 2) sorted by relevance
438 for (int tuple_idx = 0; tuple_idx < shape.elements.size(); tuple_idx++) { in Display() local439 ArrayShape array_shape = shape.elements[tuple_idx]; in Display()440 Display(casted[tuple_idx], array_shape); in Display()441 if (tuple_idx != shape.elements.size() - 1) { in Display()
69 int64 tuple_idx = (*gte_it)->tuple_index(); in GetGTEOperandIndex() local73 m::GetTupleElement(m::Op().Is(gte_operand), tuple_idx))) { in GetGTEOperandIndex()76 << tuple_idx << "): " << operand->ToString(); in GetGTEOperandIndex()80 return tuple_idx; in GetGTEOperandIndex()