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

References

lib/Analysis/MemoryBuiltins.cpp
  565     return APInt(IntTyBits, alignTo(Size.getZExtValue(), Align(Alignment)));
  579   IntTyBits = DL.getPointerTypeSizeInBits(V->getType());
  580   Zero = APInt::getNullValue(IntTyBits);
  624   if (I.getBitWidth() > IntTyBits && I.getActiveBits() > IntTyBits)
  624   if (I.getBitWidth() > IntTyBits && I.getActiveBits() > IntTyBits)
  626   if (I.getBitWidth() != IntTyBits)
  627     I = I.zextOrTrunc(IntTyBits);
  635   APInt Size(IntTyBits, DL.getTypeAllocSize(I.getAllocatedType()));
  660   APInt Size(IntTyBits, DL.getTypeAllocSize(PT->getElementType()));
  671     APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
  682       APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits);
  749   APInt Offset(IntTyBits, 0);
  766   APInt Size(IntTyBits, DL.getTypeAllocSize(GV.getValueType()));