Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.h39 SetRawInputAt(kInputMulRightIndex, mul_right); in HExpression()
46 static constexpr int kInputMulRightIndex = 2; variable