Searched refs:insert_index (Results 1 – 5 of 5) sorted by relevance
327 uint32_t insert_index = current_inst->GetSingleWordInOperand(2); in RewriteInsertInstruction() local328 if (!live_components.Get(insert_index)) { in RewriteInsertInstruction()339 temp.Clear(insert_index); in RewriteInsertInstruction()
356 uint32_t insert_index = current_inst->GetSingleWordInOperand(2); in RewriteInsertInstruction() local357 if (!live_components.Get(insert_index)) { in RewriteInsertInstruction()368 temp.Clear(insert_index); in RewriteInsertInstruction()
60 index,insert_index = divmod(index, self.num_insert_strings)61 insert_str = self.insert_strings[insert_index]
136 const auto insert_index = (fComposite == Composite::kAbove) ? i : count - i - 1; in apply() local138 compute_transform(insert_index))); in apply()
138 const auto insert_index = (fComposite == Composite::kAbove) ? i : count - i - 1; in apply() local140 compute_transform(insert_index))); in apply()