Searched refs:NCMP (Results 1 – 3 of 3) sorted by relevance
62 ; CHECK: [[NCMP:%[a-z]+]] = call {{i[0-9]+}} @strncmp(i8* %str, i8* %pat, {{i[0-9]+}} [[LEN]])63 ; CHECK: icmp eq {{i[0-9]+}} [[NCMP]], 0
57 ; CHECK: [[NCMP:%[a-z]+]] = call {{i[0-9]+}} @strncmp(i8* %P, i8* %Q, {{i[0-9]+}} [[LEN]])58 ; CHECK: icmp eq {{i[0-9]+}} [[NCMP]], 0
785 #define NCMP(a,b) (a == b ? 0 : (a < b ? 1 : -1)) in sdirent_comp() macro789 return (rmul * NCMP(a->a.mtime, b->a.mtime)); in sdirent_comp()791 return (rmul * NCMP(a->a.size, b->a.size)); in sdirent_comp()