Home | History | Annotate | Download | only in arm

Lines Matching defs:constant_value

682     int constant_value = 0;
687 constant_value = constant->Integer32Value() & 0x1f;
690 if (instr->representation().IsSmi() && constant_value > 0) {
699 if (op == Token::SHR && constant_value == 0) {
1499 int32_t constant_value = constant->Integer32Value();
1502 if (!can_overflow || ((constant_value >= -1) && (constant_value <= 1))) {