Searched refs:isImmHH (Results 1 – 3 of 3) sorted by relevance
176 static inline bool isImmHH(uint64_t Val) { in isImmHH() function
420 return N->getAPIntValue().isIntN(64) && SystemZ::isImmHH(N->getZExtValue());442 SystemZ::isImmHH(uint64_t(~N->getZExtValue()));
2764 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()