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

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

Completed in 104 milliseconds