Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h965 R.ashrInPlace(ShiftAmt); in ashr()
970 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function
1026 R.ashrInPlace(ShiftAmt); in ashr()
1031 void ashrInPlace(const APInt &shiftAmt);
DAPSInt.h148 ashrInPlace(Amt);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp985 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
986 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2917 Known.Zero.ashrInPlace(Shift); in computeKnownBits()
2918 Known.One.ashrInPlace(Shift); in computeKnownBits()
5295 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
DTargetLowering.cpp4654 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1600 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32598 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
32599 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
39700 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()