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

References

include/llvm/Support/Alignment.h
  159   return isAligned(Lhs, reinterpret_cast<uintptr_t>(Addr));
lib/CodeGen/BranchRelaxation.cpp
  131     assert(isAligned(MBB.getAlignment(), BlockInfo[Num].Offset));
lib/IR/DataLayout.cpp
   58     if (!isAligned(TyAlign, StructSize)) {
   72   if (!isAligned(StructAlignment, StructSize)) {
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  296         if (!isAligned(Alignment, CN->getZExtValue()))
lib/Target/Mips/MipsSERegisterInfo.cpp
  217         (!isIntN(OffsetBitSize, Offset) || !isAligned(OffsetAlign, Offset))) {
tools/llvm-exegesis/lib/Assembler.cpp
  314   assert(isAligned(kFunctionAlignment, FunctionAddress) &&
unittests/Support/AlignmentTest.cpp
  204       EXPECT_EQ(isAligned(A.getValue(), T.offset), T.isAligned);