Searched refs:ICmpType (Results 1 – 1 of 1) sorted by relevance
49 Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} in Comparison()61 unsigned ICmpType; member2818 if (C.ICmpType == SystemZICMP::UnsignedOnly) in adjustZeroCmp()2865 if (C.ICmpType != SystemZICMP::SignedOnly) { in adjustSubwordCmp()2881 C.ICmpType = SystemZICMP::UnsignedOnly; in adjustSubwordCmp()2887 C.ICmpType = SystemZICMP::Any; in adjustSubwordCmp()2892 ISD::LoadExtType ExtType = (C.ICmpType == SystemZICMP::SignedOnly ? in adjustSubwordCmp()2913 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand() argument2924 return ICmpType != SystemZICMP::UnsignedOnly; in isNaturalMemoryOperand()2926 return ICmpType != SystemZICMP::SignedOnly; in isNaturalMemoryOperand()[all …]