Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc65 HBinaryOperation* bin_op = instruction->AsBinaryOperation(); in IsAddOrSubAConstant() local
66 HInstruction* left = bin_op->GetLeft(); in IsAddOrSubAConstant()
67 HInstruction* right = bin_op->GetRight(); in IsAddOrSubAConstant()