Searched refs:EffectivelyUnsigned (Results 1 – 1 of 1) sorted by relevance
3121 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond() local3130 if (EffectivelyUnsigned && CmpVal > 0 && CmpVal <= Low) { in getTestUnderMaskCond()3136 if (EffectivelyUnsigned && CmpVal < Low) { in getTestUnderMaskCond()3150 if (EffectivelyUnsigned && CmpVal >= Mask - Low && CmpVal < Mask) { in getTestUnderMaskCond()3156 if (EffectivelyUnsigned && CmpVal > Mask - Low && CmpVal <= Mask) { in getTestUnderMaskCond()3164 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()3170 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()