Searched refs:ShiftR (Results 1 – 4 of 4) sorted by relevance
311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales()319 RDigits >>= ShiftR; in matchScales()322 RScale += ShiftR; in matchScales()
3137 SDValue ShiftR = in get64BitZExtCompare() local3144 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare()3292 SDValue ShiftR = in get64BitSExtCompare() local3304 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
2771 Value *ShiftR = Builder.CreateLShr(AddOne, ConstantInt::get(ZextType, 1)); in UpgradeIntrinsicCall() local2772 Rep = Builder.CreateTrunc(ShiftR, A->getType()); in UpgradeIntrinsicCall()