Searched refs:length_constant (Results 1 – 2 of 2) sorted by relevance
2142 int32_t length_constant = length.GetConstant()->AsIntConstant()->GetValue(); in EnoughItems() local2144 if (IsInt<16>(length_constant)) { in EnoughItems()2145 __ Slti(TMP, length_input_minus_pos, length_constant); in EnoughItems()2148 __ LoadConst32(TMP, length_constant); in EnoughItems()
2989 int32_t length_constant = length.GetConstant()->AsIntConstant()->GetValue(); in EnoughItems() local2991 if (IsInt<16>(length_constant)) { in EnoughItems()2992 __ Slti(TMP, length_input_minus_pos, length_constant); in EnoughItems()2995 __ LoadConst32(TMP, length_constant); in EnoughItems()