Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dbranch-06.ll183 %half2 = load i16 , i16 *%targetptr2
185 %ext2 = zext i16 %half2 to i32
Dvec-combine-02.ll336 %half2 = bitcast <2 x i32> %low2 to <4 x i16>
344 %hlow1 = shufflevector <4 x i16> %half2, <4 x i16> %half3,
/external/skia/src/pathops/
DSkPathOpsTSect.h2070 SkTSpan<OppCurve, TCurve>* half2 = sect2->addOne(); in BinarySearch() local
2071 if (!half2->split(largest2, &sect2->fHeap)) { in BinarySearch()
2075 sect2->trim(half2, sect1); in BinarySearch()