Searched refs:HalfElts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp8191 unsigned HalfElts = NumElts/2; local
8196 if (MaskElt < (int)HalfElts)
8198 else if (MaskElt >= (int)NumElts && MaskElt < (int)(NumElts + HalfElts))
8199 NewElt = HalfElts + MaskElt - NumElts;

Completed in 88 milliseconds