Searched refs:isImmLF (Results 1 – 3 of 3) sorted by relevance
181 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
448 return SystemZ::isImmLF(N->getZExtValue());458 return SystemZ::isImmLF(uint64_t(~N->getZExtValue()));471 return SystemZ::isImmLF(uint64_t(-N->getZExtValue()));
996 SystemZ::isImmLF(~RISBG.Mask) || in tryRISBGZero()1560 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()1586 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()