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

Declarations

include/llvm/IR/Instructions.h
  102   Optional<uint64_t> getAllocationSizeInBits(const DataLayout &DL) const;

References

lib/Target/AArch64/AArch64StackTagging.cpp
  397       AI.getAllocationSizeInBits(*DL).getValue() > 0 &&
  466   uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8;
  666       uint64_t Size = Info.AI->getAllocationSizeInBits(*DL).getValue() / 8;
lib/Transforms/Utils/Local.cpp
 1266       if (auto FragmentSize = AI->getAllocationSizeInBits(DL))