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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  311   CharUnits FullDirectSize = DirectSize.alignTo(SlotSize);
  318   if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian() &&
  320     Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);