Lines Matching defs:idx1
274 tree strxcmp_eqz_result (gimple *stmt, tree arg1, int idx1,
3811 int idx1 = get_stridx (ptr, memset_stmt, offrng, ptr_qry.rvals);
3812 if (idx1 <= 0)
3814 strinfo *si1 = get_strinfo (idx1);
4121 /* If IDX1 and IDX2 refer to strings A and B of unequal lengths, return
4131 strlen_pass::strxcmp_eqz_result (gimple *stmt, tree arg1, int idx1,
4142 if (!get_len_or_size (stmt, arg1, idx1, len1rng, &siz1, &nul1)
4302 int idx1 = get_stridx (arg1, stmt);
4337 if (tree eqz = strxcmp_eqz_result (stmt, arg1, idx1, arg2, idx2, bound,
4361 if (idx1 == 0 && idx2 == 0)
4374 if (!get_len_or_size (stmt, arg1, idx1, len1rng, &arsz1, nulterm)