Home
last modified time | relevance | path

Searched refs:lengthB (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/
Dwidened.ll13 ; CHECK: [[idxB:[^ ]+]] = sub i16 %lengthB, %offB
15 ; CHECK-NEXT: [[first_iteration_checkB:[^ ]+]] = icmp ult i16 %offB, %lengthB
22 %lengthB = call i16 @short_length(i8* %arrB)
35 %rcB = icmp ult i16 %indexB, %lengthB
60 ; CHECK: [[lenB:[^ ]+]] = add i32 %lengthB, -1
63 ; CHECK-NEXT: [[first_iteration_checkB:[^ ]+]] = icmp ult i32 %offB, %lengthB
75 %lengthB = call i32 @length(i8* %arrB)
90 %rcB = icmp ult i32 %indexB, %lengthB
/external/tremolo/Tremolo/
Dframing.c269 long lengthB=or->length-pos; in ogg_buffer_split() local
276 (*tail)->length=lengthB; in ogg_buffer_split()
/external/v8/third_party/v8/builtins/
Darray-sort.tq1175 baseB: Smi, lengthB: Smi)
1177 assert(0 < lengthA && 0 < lengthB);
1182 let length_b: Smi = lengthB;
1350 baseB: Smi, lengthB: Smi)
1352 assert(0 < lengthA && 0 < lengthB);
1357 let length_b: Smi = lengthB;