Home | History | Annotate | Download | only in mips

Lines Matching defs:constant_value

689     int constant_value = 0;
694 constant_value = constant->Integer32Value() & 0x1f;
697 if (instr->representation().IsSmi() && constant_value > 0) {
706 if (op == Token::SHR && constant_value == 0) {
1493 int32_t constant_value = constant->Integer32Value();
1496 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) {