Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h170 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
DSystemZISelDAGToDAG.cpp951 SystemZ::isImmHF(~RISBG.Mask)) { in tryRISBGZero()
1256 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { in Select()
1282 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) { in Select()
DSystemZOperands.td386 return SystemZ::isImmHF(N->getZExtValue());
396 return SystemZ::isImmHF(uint64_t(~N->getZExtValue()));