Home | History | Annotate | Download | only in Feature

Lines Matching full:i16

8 declare signext i16 @"test"(i16 signext %arg)  
9 declare zeroext i8 @"test2" (i16 zeroext %a2)
16 %val = trunc i32 %argc to i16
17 %res1 = call signext i16 (i16 ) *@test(i16 signext %val)
18 %two = add i16 %res1, %res1
19 %res2 = call zeroext i8 @test2(i16 zeroext %two )
20 %retVal = sext i16 %two to i32