Searched refs:isImmLH (Results 1 – 5 of 5) sorted by relevance
321 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLH(N->getZExtValue());333 SystemZ::isImmLH(uint32_t(~N->getZExtValue()));412 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLH(N->getZExtValue());432 SystemZ::isImmLH(uint64_t(~N->getZExtValue()));470 SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
100 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
2216 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
2763 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()