Searched refs:RatioInLog2 (Results 1 – 1 of 1) sorted by relevance
23192 unsigned RatioInLog2 = Log2_32_Ceil(Ratio); in LowerScalarImmediateShift() local23200 ShiftAmt |= C->getZExtValue() << (i * (1 << (6 - RatioInLog2))); in LowerScalarImmediateShift()23212 ShAmt |= C->getZExtValue() << (j * (1 << (6 - RatioInLog2))); in LowerScalarImmediateShift()