Home
last modified time | relevance | path

Searched refs:isImmLF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h181 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
H A DSystemZOperands.td448 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLF(N->getZExtValue());
459 SystemZ::isImmLF(uint64_t(~N->getZExtValue()));
475 SystemZ::isImmLF(uint64_t(-N->getZExtValue()));
H A DSystemZISelDAGToDAG.cpp1017 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()