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

  /art/compiler/optimizing/
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();
constant_folding.cc 132 HInstruction* left = instruction->GetLeft();
144 if (instruction->GetLeft()->IsConstant() &&
145 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
180 if (instruction->GetLeft()->IsConstant() &&
181 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
266 if (instruction->GetLeft()->IsConstant() &&
267 instruction->GetLeft()->AsConstant()->IsArithmeticZero()) {
272 instruction->ReplaceWith(instruction->GetLeft());
279 (instruction->GetLeft() == instruction->GetRight())) {
314 if (instruction->GetLeft() == instruction->GetRight())
    [all...]
instruction_simplifier.cc 151 DCHECK(binop->GetLeft()->IsNeg() && binop->GetRight()->IsNeg());
152 HNeg* left_neg = binop->GetLeft()->AsNeg();
185 HInstruction* left = op->GetLeft();
258 sub->GetLeft()->IsConstant() &&
259 (Int64FromConstant(sub->GetLeft()->AsConstant()) & (reg_bits - 1)) == 0);
266 HRor* ror = new (GetGraph()->GetArena()) HRor(ushr->GetType(), ushr->GetLeft(), ushr->GetRight());
286 HInstruction* left = op->GetLeft();
294 ushr->GetLeft() == shl->GetLeft()) {
    [all...]
nodes.cc     [all...]
bounds_check_elimination.cc 74 HInstruction* left = bin_op->GetLeft();
    [all...]
nodes.h     [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc 476 VariableProxy* effective_value_var = GetLeft(value_op)->AsVariableProxy();
730 Expression* GetLeft(BinaryOperation* expr) {
753 TypeIndex type = TypeIndexOf(GetLeft(expr));
761 RECURSE(Visit(GetLeft(expr)));
763 RECURSE(Visit(GetLeft(expr)));
    [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 {
  /external/pdfium/xfa/src/fdp/include/
fde_css.h 924 virtual FDE_CSSLENGTH GetLeft() const = 0;
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 657 virtual FDE_CSSLENGTH GetLeft() const { return m_NonInheritedData.m_Left; }
    [all...]

Completed in 622 milliseconds