Home
last modified time | relevance | path

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

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