Home
last modified time | relevance | path

Searched refs:TopBit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1698 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local
1708 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1712 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
1733 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1742 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp700 auto TopBit = in widenScalar() local
704 {MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit.getSExtValue())}); in widenScalar()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp434 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local
436 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
H A DLegalizeDAG.cpp4128 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local
4131 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()