9#ifndef LLVM_DEBUGINFO_CODEVIEW_GUID_H
10#define LLVM_DEBUGINFO_CODEVIEW_GUID_H
30 return ::memcmp(
LHS.Guid,
RHS.Guid,
sizeof(
LHS.Guid)) < 0;
34 return ::memcmp(
LHS.Guid,
RHS.Guid,
sizeof(
LHS.Guid)) <= 0;
Merge contiguous icmps into a memcmp
This class implements an extremely fast bulk output stream that can only output to a stream.
bool operator!=(const FunctionId &A, const FunctionId &B)
bool operator>(const FunctionId &A, const FunctionId &B)
bool operator>=(const FunctionId &A, const FunctionId &B)
bool operator<(const FunctionId &A, const FunctionId &B)
bool operator<=(const FunctionId &A, const FunctionId &B)
raw_ostream & operator<<(raw_ostream &OS, const GUID &Guid)
This is an optimization pass for GlobalISel generic memory operations.
bool operator==(const AddressRangeValuePair &LHS, const AddressRangeValuePair &RHS)
This represents the 'GUID' type from windows.h.