Searched refs:ShiftR (Results 1 – 3 of 3) 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()
3264 SDValue ShiftR = in get64BitZExtCompare() local3271 ShiftR, ShiftL, SubtractCarry), 0); in get64BitZExtCompare()3419 SDValue ShiftR = in get64BitSExtCompare() local3431 ShiftR, ShiftL, SubtractCarry), 0); in get64BitSExtCompare()
2877 Value *ShiftR = Builder.CreateLShr(AddOne, ConstantInt::get(ZextType, 1)); in UpgradeIntrinsicCall() local2878 Rep = Builder.CreateTrunc(ShiftR, A->getType()); in UpgradeIntrinsicCall()