HomeSort by relevance Sort by last modified time
    Searched full:i999 (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/Transforms/InstCombine/
apint-and-compare.ll 11 define i1 @test2(i999 %a, i999 %b) {
12 %tmp1 = and i999 %a, 65280
13 %tmp3 = and i999 %b, 65280
14 %tmp = icmp ne i999 %tmp1, %tmp3
apint-call-cast-target.ll 10 %tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null )
14 define i7* @ctime(i999*) {
apint-select.ll 11 define i999 @test2(i1 %C) {
12 %V = select i1 %C, i999 0, i999 1 ; V = C
13 ret i999 %V
apint-and2.ll 8 define i999 @test0(i999 %A) {
9 %B = and i999 %A, 0 ; zero result
10 ret i999 %B
  /external/llvm/test/Transforms/SCCP/
apint-phi.ll 3 define i999 @test(i999%A, i1 %c) {
7 %V = phi i999 [2, %bb1], [%A, %BB4]
11 %E = trunc i999 %V to i1
18 ret i999 %V
  /art/test/083-compiler-regressions/src/
Main.java 2248 int i999 = 999; local
    [all...]

Completed in 217 milliseconds