reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
948 R.ashrInPlace(ShiftAmt);
include/llvm/ADT/APSInt.h 148 ashrInPlace(Amt);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp2823 Known.Zero.ashrInPlace(Shift); 2824 Known.One.ashrInPlace(Shift); 5203 Val.ashrInPlace(Val.getBitWidth() - FromBits);lib/CodeGen/SelectionDAG/TargetLowering.cpp
4581 Divisor.ashrInPlace(Shift);
lib/Support/APInt.cpp 961 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth));
lib/Target/AMDGPU/SIInstrInfo.cpp 1591 Imm.ashrInPlace(Part * 32);
lib/Target/X86/X86ISelLowering.cpp31540 Known.Zero.ashrInPlace(ShAmt); 31541 Known.One.ashrInPlace(ShAmt); 38609 Elt.ashrInPlace(ShiftVal);unittests/ADT/APIntTest.cpp
2383 i72.ashrInPlace(46); 2389 i72.ashrInPlace(64); 2395 i128.ashrInPlace(64);