Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h815 APInt ashr(unsigned ShiftAmt) const { in ashr() function
896 APInt ashr(const APInt &ShiftAmt) const { in ashr() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp274 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr() function in KnownBits
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1484 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange