HomeSort by relevance Sort by last modified time
    Searched defs:lshr (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/IR/
ConstantRange.cpp 868 ConstantRange::lshr(const ConstantRange &Other) const { function in class:ConstantRange
872 APInt max = getUnsignedMax().lshr(Other.getUnsignedMin());
873 APInt min = getUnsignedMin().lshr(Other.getUnsignedMax());
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 665 ConstantRange::lshr(const ConstantRange &Other) const { function in class:ConstantRange
669 APInt max = getUnsignedMax().lshr(Other.getUnsignedMin());
670 APInt min = getUnsignedMin().lshr(Other.getUnsignedMax());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
945 APInt lshr(unsigned shiftAmt) const { function
994 APInt lshr(const APInt &ShiftAmt) const function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
945 APInt lshr(unsigned shiftAmt) const { function
994 APInt lshr(const APInt &ShiftAmt) const function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
945 APInt lshr(unsigned shiftAmt) const { function
994 APInt lshr(const APInt &ShiftAmt) const function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
945 APInt lshr(unsigned shiftAmt) const { function
994 APInt lshr(const APInt &ShiftAmt) const function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 201 /// out-of-line slow case for lshr.
959 APInt lshr(unsigned shiftAmt) const { function
1008 APInt lshr(const APInt &ShiftAmt) const { function
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 672 return APIntOps::lshr(*this, BitWidth - numBits);
677 return APIntOps::lshr(APIntOps::shl(*this, BitWidth - numBits),
813 for ((Val = Val.lshr(1)); Val != 0; (Val = Val.lshr(1))) {
1142 APInt APInt::lshr(const APInt &shiftAmt) const { function in class:APInt
1148 APInt APInt::lshr(unsigned shiftAmt) const { function in class:APInt
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 650 return APIntOps::lshr(*this, BitWidth - numBits);
655 return APIntOps::lshr(APIntOps::shl(*this, BitWidth - numBits),
791 for ((Val = Val.lshr(1)); Val != 0; (Val = Val.lshr(1))) {
1116 APInt APInt::lshr(const APInt &shiftAmt) const { function in class:APInt
1122 APInt APInt::lshr(unsigned shiftAmt) const { function in class:APInt
    [all...]
  /external/annotation-tools/asmx/
serp.jar 
  /external/annotation-tools/asmx/test/lib/
serp.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 

Completed in 1120 milliseconds

1 2