Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp238 KnownBits KnownBits::ashr(const KnownBits &LHS, const KnownBits &RHS) { in ashr() function in KnownBits
/external/llvm/include/llvm/ADT/
DAPInt.h1858 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1250 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1029 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt
1035 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp1051 APInt APInt::ashr(const APInt &shiftAmt) const { in ashr() function in APInt
1057 APInt APInt::ashr(unsigned shiftAmt) const { in ashr() function in APInt
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1352 ConstantRange::ashr(const ConstantRange &Other) const { in ashr() function in ConstantRange
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc339 auto ashr = AShr(operand_value, type->getIntegerBitWidth() - 1); in EmitIntegerUnaryOp() local