Searched refs:isImmLL (Results 1 – 5 of 5) sorted by relevance
161 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
317 return N->getAPIntValue().isIntN(32) && SystemZ::isImmLL(N->getZExtValue());328 SystemZ::isImmLL(uint32_t(~N->getZExtValue()));408 return N->getAPIntValue().isIntN(64) && SystemZ::isImmLL(N->getZExtValue());427 SystemZ::isImmLL(uint64_t(~N->getZExtValue()));
95 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
2214 else if (SystemZ::isImmLL(Value)) in loadImmediate()
2763 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()