Home
last modified time | relevance | path

Searched refs:GetShiftConstant (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.h287 HInstruction* GetShiftConstant(const HLoopInformation* loop,
Dinduction_var_analysis.cc427 HInstruction* mulc = GetShiftConstant(loop, instruction, /*initial*/ nullptr); in ClassifyTrivial()
531 HInstruction* mulc = GetShiftConstant(loop, instruction, /*initial*/ nullptr); in ClassifyNonTrivial()
536 HInstruction* divc = GetShiftConstant(loop, instruction, initial); in ClassifyNonTrivial()
1416 HInstruction* HInductionVarAnalysis::GetShiftConstant(const HLoopInformation* loop, in GetShiftConstant() function in art::HInductionVarAnalysis