Searched refs:GetShiftConstant (Results 1 – 2 of 2) sorted by relevance
287 HInstruction* GetShiftConstant(const HLoopInformation* loop,
427 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