Searched refs:EffectivelyUnsigned (Results 1 – 1 of 1) sorted by relevance
2773 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond() local2782 if (EffectivelyUnsigned && CmpVal > 0 && CmpVal <= Low) { in getTestUnderMaskCond()2788 if (EffectivelyUnsigned && CmpVal < Low) { in getTestUnderMaskCond()2802 if (EffectivelyUnsigned && CmpVal >= Mask - Low && CmpVal < Mask) { in getTestUnderMaskCond()2808 if (EffectivelyUnsigned && CmpVal > Mask - Low && CmpVal <= Mask) { in getTestUnderMaskCond()2816 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()2822 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()