Searched refs:EffectivelyUnsigned (Results 1 – 2 of 2) sorted by relevance
1896 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond() local1905 if (EffectivelyUnsigned && CmpVal > 0 && CmpVal <= Low) { in getTestUnderMaskCond()1911 if (EffectivelyUnsigned && CmpVal < Low) { in getTestUnderMaskCond()1925 if (EffectivelyUnsigned && CmpVal >= Mask - Low && CmpVal < Mask) { in getTestUnderMaskCond()1931 if (EffectivelyUnsigned && CmpVal > Mask - Low && CmpVal <= Mask) { in getTestUnderMaskCond()1939 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()1945 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()
2043 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond() local2052 if (EffectivelyUnsigned && CmpVal > 0 && CmpVal <= Low) { in getTestUnderMaskCond()2058 if (EffectivelyUnsigned && CmpVal < Low) { in getTestUnderMaskCond()2072 if (EffectivelyUnsigned && CmpVal >= Mask - Low && CmpVal < Mask) { in getTestUnderMaskCond()2078 if (EffectivelyUnsigned && CmpVal > Mask - Low && CmpVal <= Mask) { in getTestUnderMaskCond()2086 if (EffectivelyUnsigned && CmpVal >= Mask - High && CmpVal < High) { in getTestUnderMaskCond()2092 if (EffectivelyUnsigned && CmpVal > Mask - High && CmpVal <= High) { in getTestUnderMaskCond()