HomeSort by relevance Sort by last modified time
    Searched refs:AlignmentBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
GlobalObject.h 40 static const unsigned AlignmentBits = 5;
42 GlobalValueSubClassDataBits - AlignmentBits;
45 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
  /external/llvm/lib/IR/
Globals.cpp 83 return ValueData >> AlignmentBits;
89 (Val << AlignmentBits));
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 121 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign();
125 llvm::RoundUpToAlignment(BitOffset + BitFieldSize, AlignmentBits));
126 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits);

Completed in 236 milliseconds