Searched refs:ShiftL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h307 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff); local
308 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width");
310 int32_t ShiftR = ScaleDiff - ShiftL;
317 LDigits <<= ShiftL; local
320 LScale -= ShiftL;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3305 SDValue ShiftL =
3316 ShiftR, ShiftL, SubtractCarry), 0);
3467 SDValue ShiftL = local
3476 ShiftR, ShiftL, SubtractCarry), 0);

Completed in 183 milliseconds