Searched defs:lshr (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp665 ConstantRange::lshr(const ConstantRange &Other) const { function in class:ConstantRange
669 APInt max = getUnsignedMax().lshr(Other.getUnsignedMin());
670 APInt min = getUnsignedMin().lshr(Other.getUnsignedMax());
/external/llvm/lib/IR/
H A DConstantRange.cpp868 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/llvm/lib/Support/
H A DAPInt.cpp672 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
1143 return lshr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1148 APInt APInt::lshr(unsigned shiftAmt) const { function in class:APInt
1225 // lshr by the words size in the loop below which can produce incorrect
1281 return shl(rotateAmt) | lshr(BitWidth - rotateAmt);
1292 return lshr(rotateAm
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp650 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
1117 return lshr((unsigned)shiftAmt.getLimitedValue(BitWidth));
1122 APInt APInt::lshr(unsigned shiftAmt) const { function in class:APInt
1199 // lshr by the words size in the loop below which can produce incorrect
1255 return shl(rotateAmt) | lshr(BitWidth - rotateAmt);
1266 return lshr(rotateAm
[all...]
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 919 milliseconds