Home | History | Annotate | Download | only in x64

Lines Matching defs:constant_value

2858     int32_t constant_value = ToInteger32(LConstantOperand::cast(key));
2859 if (constant_value & 0xF0000000) {
2863 (constant_value << shift_size) + offset);