Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h963 APInt ashr(unsigned ShiftAmt) const { in ashr() function
1024 APInt ashr(const APInt &ShiftAmt) const { in ashr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1250 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1014 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt
1020 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt