Searched refs:isImmHF (Results 1 – 3 of 3) sorted by relevance
186 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
452 return N->getAPIntValue().isIntN(64) && SystemZ::isImmHF(N->getZExtValue());464 SystemZ::isImmHF(uint64_t(~N->getZExtValue()));
1018 SystemZ::isImmHF(~RISBG.Mask)) in tryRISBGZero()1626 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()1673 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()