Searched refs:bin_op (Results 1 – 1 of 1) sorted by relevance
73 HBinaryOperation* bin_op = instruction->AsBinaryOperation(); in IsAddOrSubAConstant() local74 HInstruction* left = bin_op->GetLeft(); in IsAddOrSubAConstant()75 HInstruction* right = bin_op->GetRight(); in IsAddOrSubAConstant()