Home | History | Annotate | Download | only in quick

Lines Matching defs:constant_value

390     int32_t constant_value = mir_graph_->ConstantValue(rl_src2);
392 InexpensiveConstantInt(constant_value, opcode)) {
402 if (constant_value == 0 && (cond == kCondEq || cond == kCondNe)) {