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

  /art/compiler/optimizing/
induction_var_analysis.h 168 InductionInfo* TransferNeg(InductionInfo* a);
induction_var_analysis.cc 366 info = TransferNeg(LookupInfo(loop, instruction->InputAt(0)));
587 new_a = TransferNeg(new_a);
607 HInductionVarAnalysis::InductionInfo* HInductionVarAnalysis::TransferNeg(InductionInfo* a) {
617 InductionInfo* new_a = TransferNeg(a->op_a);
618 InductionInfo* new_b = TransferNeg(a->op_b);
751 InductionInfo* new_a = op == kAdd ? b : TransferNeg(b);
    [all...]

Completed in 924 milliseconds