Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1834 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local
1844 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1848 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
1869 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion()
1878 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4519 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local
4522 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
H A DLegalizeIntegerTypes.cpp632 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local
634 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2127 auto TopBit = in widenScalar() local
2130 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()