Searched refs:isImmLF (Results 1 – 3 of 3) sorted by relevance
181 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
448 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLF(N->getZExtValue());459 SystemZ::isImmLF(uint64_t(~N->getZExtValue()));475 SystemZ::isImmLF(uint64_t(-N->getZExtValue()));
1017 SystemZ::isImmLF(~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()