Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h99 static inline bool isImmLF(uint64_t Val) { in isImmLF() function
DSystemZISelDAGToDAG.cpp885 SystemZ::isImmLF(~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.td308 return SystemZ::isImmLF(N->getZExtValue());
318 return SystemZ::isImmLF(uint64_t(~N->getZExtValue()));