Searched refs:bin_op (Results 1 – 2 of 2) sorted by relevance
74 HBinaryOperation* bin_op = instruction->AsBinaryOperation(); in IsAddOrSubAConstant() local75 HInstruction* left = bin_op->GetLeft(); in IsAddOrSubAConstant()76 HInstruction* right = bin_op->GetRight(); in IsAddOrSubAConstant()
387 HBinaryOperation* bin_op = shift_amount->AsBinaryOperation(); in VisitShift() local388 HConstant* mask = bin_op->GetConstantRight(); in VisitShift()390 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1); in VisitShift()