Home
last modified time | relevance | path

Searched defs:lshr (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h829 APInt lshr(unsigned shiftAmt) const { lshr() function
898 APInt lshr(const APInt &ShiftAmt) const { lshr() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp330 Polynomial &lshr(const APInt &C) { in lshr() function in __anon86e73d6d0111::Polynomial
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp271 KnownBits KnownBits::lshr(const KnownBits &LHS, const KnownBits &RHS, lshr() function in KnownBits
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1515 ConstantRange::lshr(const ConstantRange &Other) const { lshr() function in ConstantRange