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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5177 static bool isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) { function
5209 /// isVTRN_v_undef_Mask - Special case of isVTRNMask for canonical form of
5245 // Requires similar checks to that of isVTRNMask with
5316 // Requires similar checks to that of isVTRNMask with respect the how results
5387 if (isVTRNMask(ShuffleMask, VT, WhichResult))

Completed in 81 milliseconds