reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30102 return SystemZ::isImmLF(N->getZExtValue()); 30229 return SystemZ::isImmLF(uint64_t(~N->getZExtValue())); 30335 return SystemZ::isImmLF(uint64_t(-N->getZExtValue()));lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
986 SystemZ::isImmLF(~RISBG.Mask) || 1505 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val)) { 1531 if (!SystemZ::isImmLF(Val) && !SystemZ::isImmHF(Val) && !isInt<32>(Val)) {