HomeSort by relevance Sort by last modified time
    Searched full:strcspn (Results 1 - 25 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyLibCalls/
StrSpn.ll 25 declare i64 @strcspn(i8*, i8*)
31 %test1 = call i64 @strcspn(i8* %s1, i8* %null_p)
33 %test2 = call i64 @strcspn(i8* %null_p, i8* %s2)
34 %test3 = call i64 @strcspn(i8* %abcba_p, i8* %abc_p)
35 ; CHECK-NOT: call i64 @strcspn
36 %test4 = call i64 @strcspn(i8* %s1, i8* %s2)
37 ; CHECK: call i64 @strcspn(i8* %s1, i8* %s2)
  /external/llvm/test/Transforms/LoopUnswitch/
2007-07-12-ExitDomInfo.ll 20 %tmp31 = call i32 @strcspn( i8* null, i8* getelementptr ([3 x i8]* @str3, i64 0, i64 0) ) ; <i32> [#uses=1]
45 declare i32 @strcspn(i8*, i8*)