Home
last modified time | relevance | path

Searched defs:ashr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h807 APInt ashr(unsigned ShiftAmt) const { in ashr() function
888 APInt ashr(const APInt &ShiftAmt) const { in ashr() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp428 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS, in ashr() function in KnownBits
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1618 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange