Searched refs:TopBit (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1490 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1500 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1504 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1525 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1534 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 397 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 399 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
|