Searched refs:test_bcmp (Results 1 – 3 of 3) sorted by relevance
19 define signext i32 @test_bcmp(i8* nocapture readonly %A, i8* nocapture readonly %B) {20 ; CHECK-LABEL: test_bcmp:
221 void test_bcmp() { in test_bcmp() function1989 test_bcmp(); in main()
75 int test_bcmp(void *a, void *b, size_t n) { function