Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.h185 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
H A DSystemZISelDAGToDAG.cpp994 SystemZ::isImmHF(~RISBG.Mask)) in tryRISBGZero()
1554 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()
1580 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()
H A DSystemZOperands.td452 return SystemZ::isImmHF(N->getZExtValue());
462 return SystemZ::isImmHF(uint64_t(~N->getZExtValue()));