Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2150 TEST(APIntTest, getBitsSetWithWrap) { in TEST() argument
2151 APInt i64hi1lo1 = APInt::getBitsSetWithWrap(64, 1, 63); in TEST()
2159 APInt i127hi1lo1 = APInt::getBitsSetWithWrap(127, 1, 126); in TEST()
2167 APInt i64hi1lo1wrap = APInt::getBitsSetWithWrap(64, 63, 1); in TEST()
2175 APInt i127hi1lo1wrap = APInt::getBitsSetWithWrap(127, 126, 1); in TEST()
2183 APInt i32hiequallowrap = APInt::getBitsSetWithWrap(32, 10, 10); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h253 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3813 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()
3817 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()
4662 APInt Mask = APInt::getBitsSetWithWrap(32, 32 - ME - 1, 32 - MB); in simplifyToLI()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6867 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert()