Searched refs:isImmLH (Results 1 – 5 of 5) sorted by relevance
166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
328 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLH(N->getZExtValue());340 SystemZ::isImmLH(uint32_t(~N->getZExtValue()));419 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLH(N->getZExtValue());439 SystemZ::isImmLH(uint64_t(~N->getZExtValue()));477 SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
97 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
2260 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
3111 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()