Home
last modified time | relevance | path

Searched refs:ashrInPlace (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h948 R.ashrInPlace(ShiftAmt); in ashr()
953 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function
1009 R.ashrInPlace(ShiftAmt); in ashr()
1014 void ashrInPlace(const APInt &shiftAmt);
DAPSInt.h131 ashrInPlace(Amt);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2158 i72.ashrInPlace(46); in TEST()
2164 i72.ashrInPlace(64); in TEST()
2170 i128.ashrInPlace(64); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp912 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
913 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2605 Known.Zero.ashrInPlace(Shift); in computeKnownBits()
2606 Known.One.ashrInPlace(Shift); in computeKnownBits()
4579 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
DTargetLowering.cpp3438 d.ashrInPlace(ShAmt); in BuildExactSDIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34336 Elt.ashrInPlace(ShiftImm); in combineVectorShiftImm()