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 60 input_b = input_binop->GetLeft();
62 } else if (input_binop->GetLeft()->IsConstant() &&
63 input_binop->GetLeft()->AsConstant()->IsOne()) {
126 HInstruction* binop_left = binop->GetLeft();
143 mul->GetLeft(),
156 mul->GetLeft(),
171 if (mul->GetLeft() == mul->GetRight()) {
175 HInstruction* left = mul->GetLeft();
191 HInstruction* left = op->GetLeft();
317 HInstruction* binop_left = binop->GetLeft();
    [all...]
instruction_simplifier.cc 168 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
169 HNeg* left_neg = binop->GetLeft()->AsNeg();
202 HInstruction* left = op->GetLeft();
255 HInstruction* value = instruction->GetLeft();
306 sub->GetLeft()->IsConstant() &&
307 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
314 HRor* ror = new (GetGraph()->GetArena()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
335 HInstruction* left = op->GetLeft();
343 ushr->GetLeft() == shl->GetLeft()) {
    [all...]
nodes.cc     [all...]
bounds_check_elimination.cc 74 HInstruction* left = bin_op->GetLeft();
    [all...]
scheduler_arm.cc 171 switch (instr->GetLeft()->GetType()) {
nodes_vector.h 177 HInstruction* GetLeft() const { return InputAt(0); }
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 936 VariableProxy* effective_value_var = GetLeft(binop)->AsVariableProxy()
    [all...]

Completed in 558 milliseconds