Searched refs:no_sext (Results 1 – 1 of 1) sorted by relevance
6569 bool no_sext = reg_umax(®s[value_regno]) < in check_mem_access() local6573 if (!no_sext) in check_mem_access()15834 bool no_sext; in check_alu_op() local15836 no_sext = reg_umax(src_reg) < (1ULL << (insn->off - 1)); in check_alu_op()15837 if (no_sext) in check_alu_op()15840 if (!no_sext) in check_alu_op()15869 bool no_sext = reg_umax(src_reg) < (1ULL << (insn->off - 1)); in check_alu_op() local15871 if (no_sext) in check_alu_op()15874 if (!no_sext) in check_alu_op()