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

  /art/compiler/optimizing/
constant_folding.cc 135 HInstruction* left = instruction->GetLeft();
147 if ((instruction->GetLeft()->IsNullConstant() && !instruction->GetRight()->CanBeNull()) ||
148 (instruction->GetRight()->IsNullConstant() && !instruction->GetLeft()->CanBeNull())) {
159 if ((instruction->GetLeft()->IsNullConstant() && !instruction->GetRight()->CanBeNull()) ||
160 (instruction->GetRight()->IsNullConstant() && !instruction->GetLeft()->CanBeNull())) {
171 if (instruction->GetLeft()->IsConstant() &&
172 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
207 if (instruction->GetLeft()->IsConstant() &&
208 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
293 if (instruction->GetLeft()->IsConstant() &
    [all...]
instruction_simplifier_shared.cc 58 input_b = input_binop->GetLeft();
60 } else if (input_binop->GetLeft()->IsConstant() &&
61 input_binop->GetLeft()->AsConstant()->IsOne()) {
124 HInstruction* binop_left = binop->GetLeft();
141 mul->GetLeft(),
154 mul->GetLeft(),
169 if (mul->GetLeft() == mul->GetRight()) {
173 HInstruction* left = mul->GetLeft();
189 HInstruction* left = op->GetLeft();
314 HInstruction* binop_left = binop->GetLeft();
    [all...]
instruction_simplifier.cc 165 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
166 HNeg* left_neg = binop->GetLeft()->AsNeg();
199 HInstruction* left = op->GetLeft();
252 HInstruction* value = instruction->GetLeft();
291 sub->GetLeft()->IsConstant() &&
292 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
299 HRor* ror = new (GetGraph()->GetArena()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
320 HInstruction* left = op->GetLeft();
328 ushr->GetLeft() == shl->GetLeft()) {
    [all...]
nodes.cc     [all...]
bounds_check_elimination.cc 74 HInstruction* left = bin_op->GetLeft();
    [all...]
nodes_vector.h 160 HInstruction* GetLeft() const { return InputAt(0); }
code_generator_arm.cc     [all...]
code_generator_arm_vixl.cc     [all...]
nodes.h     [all...]
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
field_of_view.h 29 float GetLeft() const { return left_; }
log_helpers.h 55 return out << "fov(" << (fov.GetLeft() * 180.0f / M_PI) << ','
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 200 INT GetLeft() const {
325 REAL GetLeft() const {
  /external/v8/src/asmjs/
asm-wasm-builder.cc 805 VariableProxy* effective_value_var = GetLeft(binop)->AsVariableProxy();
    [all...]

Completed in 821 milliseconds