Searched defs:GetConstantRight (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc1286 HConstant* HBinaryOperation::GetConstantRight() const { function in class:art::HBinaryOperation
1296 // If `GetConstantRight()` returns one of the input, this returns the other
1299 HInstruction* most_constant_right = GetConstantRight();

Completed in 720 milliseconds