Home
last modified time | relevance | path

Searched refs:memcmp2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dmemcmp.ll12 define void @memcmp2(i8* %X, i8* %Y, i32* nocapture %P) nounwind {
24 ; CHECK-LABEL: memcmp2:
27 ; NOBUILTIN-LABEL: memcmp2:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmemcmp.ll11 define void @memcmp2(i8* %X, i8* %Y, i32* nocapture %P) nounwind {
23 ; CHECK: memcmp2:
/external/clang/test/Analysis/
Dbstring.c390 void memcmp2 () { in memcmp2() function