Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1823 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local
1833 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1837 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
1858 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1867 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4410 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local
4413 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
H A DLegalizeIntegerTypes.cpp553 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local
555 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1938 auto TopBit = in widenScalar() local
1941 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()