HomeSort by relevance Sort by last modified time
    Searched defs:ashr (Results 1 - 15 of 15) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
921 APInt ashr(unsigned ShiftAmt) const { function
982 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
921 APInt ashr(unsigned ShiftAmt) const { function
982 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
921 APInt ashr(unsigned ShiftAmt) const { function
982 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
921 APInt ashr(unsigned ShiftAmt) const { function
982 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 204 /// out-of-line slow case for ashr.
935 APInt ashr(unsigned ShiftAmt) const { function
996 APInt ashr(const APInt &ShiftAmt) const { function
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 1051 APInt APInt::ashr(const APInt &shiftAmt) const { function in class:APInt
1052 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1057 APInt APInt::ashr(unsigned shiftAmt) const { function in class:APInt
1063 // Handle single word shifts with built-in ashr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1029 APInt APInt::ashr(const APInt &shiftAmt) const { function in class:APInt
1030 return ashr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1035 APInt APInt::ashr(unsigned shiftAmt) const { function in class:APInt
1041 // Handle single word shifts with built-in ashr
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 304 auto ashr = ir_builder_->CreateAShr(operand_value, local
307 ir_builder_->CreateOr(ashr, 1));
    [all...]

Completed in 413 milliseconds