Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h104 static inline bool isImmHF(uint64_t Val) { in isImmHF() function
DSystemZISelDAGToDAG.cpp886 SystemZ::isImmHF(~RISBG.Mask)) { in tryRISBGZero()
1063 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) in Select()
1086 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) in Select()
DSystemZOperands.td312 return SystemZ::isImmHF(N->getZExtValue());
322 return SystemZ::isImmHF(uint64_t(~N->getZExtValue()));