Searched refs:isImmLL (Results 1 – 5 of 5) sorted by relevance
105 static inline bool isImmLL(uint64_t Val) { in isImmLL() function
263 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()));
88 if (SystemZ::isImmLL(Imm)) { in shortenIIF()
1284 else if (SystemZ::isImmLL(Value)) in loadImmediate()
1832 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()