Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h987 APInt lshr(unsigned shiftAmt) const { in lshr() function
1036 APInt lshr(const APInt &ShiftAmt) const { in lshr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp330 Polynomial &lshr(const APInt &C) { in lshr() function in __anon37027b450111::Polynomial
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1240 ConstantRange::lshr(const ConstantRange &Other) const { in lshr() function in ConstantRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1101 APInt APInt::lshr(const APInt &shiftAmt) const { in lshr() function in APInt
1107 APInt APInt::lshr(unsigned shiftAmt) const { in lshr() function in APInt