Searched refs:isImmHF (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h104 static inline bool isImmHF(uint64_t Val) { function in namespace:llvm::SystemZ
H A DSystemZISelDAGToDAG.cpp877 SystemZ::isImmHF(~RISBG.Mask)) {
1054 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val))
1076 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val))

Completed in 105 milliseconds