Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h176 static inline bool isImmHH(uint64_t Val) { in isImmHH() function
H A DSystemZOperands.td420 return N->getAPIntValue().isIntN(64) && SystemZ::isImmHH(N->getZExtValue());
442 SystemZ::isImmHH(uint64_t(~N->getZExtValue()));
H A DSystemZISelLowering.cpp2764 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()