Home
last modified time | relevance | path

Searched refs:length_constant (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc2142 int32_t length_constant = length.GetConstant()->AsIntConstant()->GetValue(); in EnoughItems() local
2144 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()
Dintrinsics_mips.cc2989 int32_t length_constant = length.GetConstant()->AsIntConstant()->GetValue(); in EnoughItems() local
2991 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()