Home | History | Annotate | Download | only in x87

Lines Matching defs:constant_value

721     int constant_value = 0;
726 constant_value = constant->Integer32Value() & 0x1f;
729 if (instr->representation().IsSmi() && constant_value > 0) {
738 if (op == Token::SHR && constant_value == 0) {