reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
 4253     APInt MaskVal = ~APInt::getBitsSet(DstTy.getSizeInBits(), Offset,
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  562     APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx,
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9721       APInt::getBitsSet(Op.getScalarValueSizeInBits(),
14783   APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(),
14915     APInt Mask = APInt::getBitsSet(BitWidth, ShAmt,
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 2573       APInt SubMask = APInt::getBitsSet(NumElts, Idx, Idx + NumSubElts);
 3867       APInt SubMask = APInt::getBitsSet(NumElts, Idx, Idx + NumSubElts);
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2367         APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width);
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 4050       APInt Demanded = APInt::getBitsSet(32,
lib/Target/AMDGPU/SIISelLowering.cpp
 9895   APInt Demanded = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8);
lib/Target/X86/X86ISelLowering.cpp
42388     APInt Bit = APInt::getBitsSet(EltSizeInBits, BitIdx, BitIdx + 1);
lib/Transforms/Scalar/DeadStoreElimination.cpp
 1245                 APInt::getBitsSet(EarlierValue.getBitWidth(), LShiftAmount,
tools/clang/lib/CodeGen/CGExpr.cpp
 2057                             ~llvm::APInt::getBitsSet(Info.StorageSize,
unittests/ADT/APIntTest.cpp
 2015   APInt i64hi1lo1 = APInt::getBitsSet(64, 1, 63);
 2023   APInt i127hi1lo1 = APInt::getBitsSet(127, 1, 126);