Searched refs:TopBit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1834 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 D | LegalizeDAG.cpp | 4519 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 4522 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
| H A D | LegalizeIntegerTypes.cpp | 632 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 D | LegalizerHelper.cpp | 2127 auto TopBit = in widenScalar() local 2130 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()
|