Home
last modified time | relevance | path

Searched refs:isImmLL (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZ.h105 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
HDSystemZOperands.td263 return SystemZ::isImmLL(N->getZExtValue());
273 return SystemZ::isImmLL(uint32_t(~N->getZExtValue()));
346 return SystemZ::isImmLL(N->getZExtValue());
364 return SystemZ::isImmLL(uint64_t(~N->getZExtValue()));
HDSystemZShortenInst.cpp91 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
HDSystemZInstrInfo.cpp1277 else if (SystemZ::isImmLL(Value)) in loadImmediate()
HDSystemZISelLowering.cpp1836 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()