Searched defs:ashr (Results 1 – 9 of 9) sorted by relevance
963 APInt ashr(unsigned ShiftAmt) const { in ashr() function1024 APInt ashr(const APInt &ShiftAmt) const { in ashr() function
238 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr() function in KnownBits
1858 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
1250 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange
1029 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt1035 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt
1051 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt1057 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt
1352 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange
339 auto ashr = AShr(operand_value, type->getIntegerBitWidth() - 1); in EmitIntegerUnaryOp() local