Home | History | Annotate | Download | only in x64

Lines Matching defs:constant_value

704     int constant_value = 0;
709 constant_value = constant->Integer32Value() & 0x1f;
711 constant_value > 0) {
722 if (op == Token::SHR && constant_value == 0) {