Searched refs:ShiftL (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 307 int32_t ShiftL = std::min<int32_t>(countLeadingZeros(LDigits), ScaleDiff); in matchScales() local 308 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); in matchScales() 310 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() 317 LDigits <<= ShiftL; in matchScales() 320 LScale -= ShiftL; in matchScales()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3563 SDValue ShiftL = in get64BitZExtCompare() local 3574 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare() 3725 SDValue ShiftL = in get64BitSExtCompare() local 3734 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1954 auto ShiftL = MIRBuilder.buildShl(WideTy, LHS, ShiftK); in widenScalarAddSubShlSat() local 1958 {ShiftL, ShiftR}, MI.getFlags()); in widenScalarAddSubShlSat()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23896 SDValue ShiftL = Op; in SimplifyDemandedBitsForTargetNode() local 23901 if (!ShiftL.hasOneUse() || !ShiftR.hasOneUse()) in SimplifyDemandedBitsForTargetNode() 23904 unsigned ShiftLBits = ShiftL->getConstantOperandVal(1); in SimplifyDemandedBitsForTargetNode()
|