Searched refs:tmpA (Results 1 – 5 of 5) sorted by relevance
48 // CHECK: %[[tmpA:.*]] = alloc() : memref<32xi8>49 // ALLOCA: %[[tmpA:.*]] = alloca() : memref<32xi8>50 // CHECK: %[[fullA:.*]] = std.view %[[tmpA]][{{.*}}][{{.*}}] : memref<32xi8> to memre…76 // CHECK: dealloc %[[tmpA]] : memref<32xi8>79 // ALLOCA-NOT: dealloc %[[tmpA]] : memref<32xi8>
766 tmpA = inet_pton(socket.AF_INET6, a)769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
1117 RunType tmpA[kRectRegionRuns]; in Oper() local1121 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
1115 RunType tmpA[kRectRegionRuns]; in Oper() local1119 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
2477 double tmpA = (prod2A >>> 12) / TWO_POWER_52; // High order 52 bits in reducePayneHanek() local2480 double sumA = tmpA + tmpB; in reducePayneHanek()2481 double sumB = -(sumA - tmpA - tmpB); in reducePayneHanek()