Searched refs:EffectivelyUnsigned (Results 1 – 1 of 1) sorted by relevance
1843 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond() local1852 if (EffectivelyUnsigned && CmpVal <= Low) { in getTestUnderMaskCond()1858 if (EffectivelyUnsigned && CmpVal < Low) { in getTestUnderMaskCond()1872 if (EffectivelyUnsigned && CmpVal >= Mask - Low && CmpVal < Mask) { in getTestUnderMaskCond()1878 if (EffectivelyUnsigned && CmpVal > Mask - Low && CmpVal <= Mask) { in getTestUnderMaskCond()1886 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()1892 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()