Searched refs:SignedOnly (Results 1 – 3 of 3) sorted by relevance
192 SignedOnly enumerator
1158 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()1185 ISD::LoadExtType ExtType = (C.ICmpType == SystemZICMP::SignedOnly ? in adjustSubwordCmp()1217 return ICmpType != SystemZICMP::SignedOnly; in isNaturalMemoryOperand()1257 if (C.ICmpType != SystemZICMP::SignedOnly && in shouldSwapCmpOperands()1272 if (C.ICmpType != SystemZICMP::SignedOnly && Opcode0 == ISD::ZERO_EXTEND) in shouldSwapCmpOperands()1274 if (C.ICmpType != SystemZICMP::SignedOnly && in shouldSwapCmpOperands()1369 if ((Type == ISD::ZEXTLOAD && C.ICmpType != SystemZICMP::SignedOnly) || in adjustICmpTruncate()1416 bool EffectivelyUnsigned = (ICmpType != SystemZICMP::SignedOnly); in getTestUnderMaskCond()1516 NewC.ICmpType == SystemZICMP::SignedOnly) in adjustForTestUnderMask()1536 if (NewC.ICmpType != SystemZICMP::SignedOnly && in adjustForTestUnderMask()[all …]
186 return Type != SystemZICMP::SignedOnly;