Searched refs:isImmLH (Results 1 – 5 of 5) sorted by relevance
166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
324 return SystemZ::isImmLH(N->getZExtValue());334 return SystemZ::isImmLH(uint32_t(~N->getZExtValue()));416 return SystemZ::isImmLH(N->getZExtValue());434 return SystemZ::isImmLH(uint64_t(~N->getZExtValue()));467 return SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
100 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
1959 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
2533 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()