Home | History | Annotate | Download | only in x64

Lines Matching defs:constant_value

656     int constant_value = 0;
661 constant_value = constant->Integer32Value() & 0x1f;
663 constant_value > 0) {
674 if (op == Token::SHR && constant_value == 0) {
1468 int constant_value =
1475 (!right->IsConstantOperand() || constant_value <= 0));