Searched refs:toascii (Results 1 – 18 of 18) sorted by relevance
10 type: toascii21 type: toascii32 type: toascii43 type: toascii54 type: toascii65 type: toascii76 type: toascii87 type: toascii98 type: toascii109 type: toascii[all …]
1 ; Test that the toascii library call simplifier works correctly.7 declare i32 @toascii(i32)13 %ret = call i32 @toascii(i32 0)20 %ret = call i32 @toascii(i32 1)27 %ret = call i32 @toascii(i32 127)34 %ret = call i32 @toascii(i32 128)41 %ret = call i32 @toascii(i32 255)48 %ret = call i32 @toascii(i32 256)55 %ret = call i32 @toascii(i32 %x)
149 declare i32 @toascii(i8)171 ; CHECK-NEXT: [[Y:%.*]] = call i32 @toascii(i8 %x)174 %y = call i32 @toascii(i8 %x)
47 declare i32 @toascii(i32)302 %ret = call i32 @toascii(i32 %y)304 ; CHECK: call i32 @toascii
41 #define toascii(c) (((unsigned char)(c))&0x7f) macro
795 ; CHECK: declare void @toascii(...)796 declare void @toascii(...)
811 ; CHECK: declare i32 @toascii(i32)812 declare i32 @toascii(i32)
924 ; CHECK: declare void @toascii(...)925 declare void @toascii(...)
946 ; CHECK: declare i32 @toascii(i32)947 declare i32 @toascii(i32)
1061 /// int toascii(int c);1062 TLI_DEFINE_ENUM_INTERNAL(toascii)1063 TLI_DEFINE_STRING_INTERNAL("toascii")
1261 /// int toascii(int c);1262 TLI_DEFINE_ENUM_INTERNAL(toascii)1263 TLI_DEFINE_STRING_INTERNAL("toascii")
958 case LibFunc::toascii: in isValidProtoForLibFunc()
2053 case LibFunc::toascii: in optimizeCall()
3150 fun:toascii=uninstrumented