Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZ.h181 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
H A DSystemZOperands.td448 return SystemZ::isImmLF(N->getZExtValue());
458 return SystemZ::isImmLF(uint64_t(~N->getZExtValue()));
471 return SystemZ::isImmLF(uint64_t(-N->getZExtValue()));
H A DSystemZISelDAGToDAG.cpp996 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()