HomeSort by relevance Sort by last modified time
    Searched refs:GetLeft (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 88 HInstruction* left = instruction->GetLeft();
154 if (instruction->GetLeft()->IsConstant() &&
155 instruction->GetLeft()->AsConstant()->IsZero()) {
160 instruction->ReplaceWith(instruction->GetLeft());
167 (instruction->GetLeft() == instruction->GetRight())) {
202 if (instruction->GetLeft() == instruction->GetRight()) {
219 if (instruction->GetLeft() == instruction->GetRight()) {
instruction_simplifier.cc 110 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
111 HNeg* left_neg = binop->GetLeft()->AsNeg();
327 HInstruction* left = instruction->GetLeft();
374 if (instruction->GetLeft() == instruction->GetRight()) {
379 instruction->ReplaceWith(instruction->GetLeft());
545 new (GetGraph()->GetArena()) HSub(instruction->GetType(), sub->GetRight(), sub->GetLeft());
592 if (instruction->GetLeft() == instruction->GetRight()) {
597 instruction->ReplaceWith(instruction->GetLeft());
635 HInstruction* left = instruction->GetLeft();
nodes.cc 833 if (GetLeft()->IsIntConstant() && GetRight()->IsIntConstant()) {
834 int32_t value = Evaluate(GetLeft()->AsIntConstant()->GetValue(),
837 } else if (GetLeft()->IsLongConstant() && GetRight()->IsLongConstant()) {
838 int64_t value = Evaluate(GetLeft()->AsLongConstant()->GetValue(),
853 } else if (IsCommutative() && GetLeft()->IsConstant()) {
854 return GetLeft()->AsConstant();
866 } else if (most_constant_right == GetLeft()) {
869 return GetLeft();
    [all...]
bounds_check_elimination.cc 66 HInstruction* left = bin_op->GetLeft();
    [all...]
nodes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 196 INT GetLeft() const {
321 REAL GetLeft() const {

Completed in 65 milliseconds