Home
last modified time | relevance | path

Searched refs:constant_value (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc390 int32_t constant_value = mir_graph_->ConstantValue(rl_src2); in GenCompareAndBranch() local
392 InexpensiveConstantInt(constant_value, opcode)) { in GenCompareAndBranch()
402 if (constant_value == 0 && (cond == kCondEq || cond == kCondNe)) { in GenCompareAndBranch()