Searched refs:offset_is_negative_or_zero (Results 1 – 1 of 1) sorted by relevance
1163 bool offset_is_negative_or_zero = (imm <= 0); in Delegate() local1167 offset_is_negative_or_zero = (imm <= 0); in Delegate()1171 offset_is_negative_or_zero = (imm >= 0); in Delegate()1175 offset_is_negative_or_zero = (imm < 0); in Delegate()1179 offset_is_negative_or_zero = (imm > 0); in Delegate()1184 if (offset_is_negative_or_zero) { in Delegate()