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

References

lib/Target/AArch64/AArch64StackTagging.cpp
  157       V = IRB.CreateLShr(V, Offset * 8);
  157       V = IRB.CreateLShr(V, Offset * 8);
  158       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  158       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  160       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  160       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  161       V = IRB.CreateShl(V, -Offset * 8);
  161       V = IRB.CreateShl(V, -Offset * 8);
  163       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  163       V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
  165     return V;