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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3672 /// isUndefOrEqual - Val is either less than zero (undef) or equal to the
3674 static bool isUndefOrEqual(int Val, int CmpVal) { function
3684 if (!isUndefOrEqual(Mask[i], Low))
3793 if (l != 0 && Mask[i] >= 0 && !isUndefOrEqual(Start, Mask[i]+l))
3816 if (l != 0 && Mask[i] >= 0 && !isUndefOrEqual(Idx, Mask[i]+l))
3822 if (!isUndefOrEqual(Idx, Start+i))
3919 return isUndefOrEqual(Mask[0], 6) &&
3920 isUndefOrEqual(Mask[1], 7) &&
3921 isUndefOrEqual(Mask[2], 2) &&
3922 isUndefOrEqual(Mas
[all...]

Completed in 311 milliseconds