Searched refs:raw_begin_index (Results 1 – 1 of 1) sorted by relevance
1106 for (const APInt &raw_begin_index : begin_indices.getValues<APInt>()) { in Verify() local1107 int64_t begin_index = raw_begin_index.getSExtValue(); in Verify()