Lines Matching refs:GetLeft

188   DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());  in TryMoveNegOnInputsAfterBinop()
189 HNeg* left_neg = binop->GetLeft()->AsNeg(); in TryMoveNegOnInputsAfterBinop()
222 HInstruction* left = op->GetLeft(); in TryDeMorganNegationFactoring()
307 HInstruction* binop_left = binop->GetLeft(); in TryCombineVecMultiplyAccumulate()
325 mul->GetLeft(), in TryCombineVecMultiplyAccumulate()
345 HInstruction* value = instruction->GetLeft(); in VisitShift()
414 sub->GetLeft()->IsConstant() && in IsSubRegBitsMinusOther()
415 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0); in IsSubRegBitsMinusOther()
423 new (GetGraph()->GetAllocator()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight()); in ReplaceRotateWithRor()
444 HInstruction* left = op->GetLeft(); in TryReplaceWithRotate()
452 ushr->GetLeft() == shl->GetLeft()) { in TryReplaceWithRotate()
1291 HInstruction* left = instruction->GetLeft(); in VisitAdd()
1462 if (instruction->GetLeft() == instruction->GetRight()) { in VisitAnd()
1467 instruction->ReplaceWith(instruction->GetLeft()); in VisitAnd()
1575 if (condition->GetLeft()->IsConstant() && !condition->GetRight()->IsConstant()) { in VisitCondition()
1593 HInstruction* left = condition->GetLeft(); in VisitCondition()
1737 HInstruction* dividend = rem->GetLeft(); in TryToReuseDiv()
1917 instruction->GetType(), sub->GetRight(), sub->GetLeft()); in VisitNeg()
1965 if (instruction->GetLeft() == instruction->GetRight()) { in VisitOr()
1970 instruction->ReplaceWith(instruction->GetLeft()); in VisitOr()
2021 HInstruction* left = instruction->GetLeft(); in VisitSub()
2148 HInstruction* left = instruction->GetLeft(); in VisitXor()
2784 HInstruction* left = instruction->GetLeft(); in TryHandleAssociativeAndCommutativeOperation()
2862 HInstruction* left = instruction->GetLeft(); in TrySubtractionChainSimplification()
2880 left = y->GetLeft(); in TrySubtractionChainSimplification()