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