Searched refs:SCALED_NUMBER_COMPARE_TO_TYPE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScaledNumber.h745 #define SCALED_NUMBER_COMPARE_TO_TYPE(op, T1, T2) \ macro
755 SCALED_NUMBER_COMPARE_TO_TYPE(op, uint64_t, uint64_t) \
756 SCALED_NUMBER_COMPARE_TO_TYPE(op, uint32_t, uint64_t) \
757 SCALED_NUMBER_COMPARE_TO_TYPE(op, int64_t, int64_t) \
758 SCALED_NUMBER_COMPARE_TO_TYPE(op, int32_t, int64_t)
766 #undef SCALED_NUMBER_COMPARE_TO_TYPE macro

Completed in 71 milliseconds