Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2092 TEST(APIntTest, getBitsSetWithWrap) { in TEST() argument
2093 APInt i64hi1lo1 = APInt::getBitsSetWithWrap(64, 1, 63); in TEST()
2101 APInt i127hi1lo1 = APInt::getBitsSetWithWrap(127, 1, 126); in TEST()
2109 APInt i64hi1lo1wrap = APInt::getBitsSetWithWrap(64, 63, 1); in TEST()
2117 APInt i127hi1lo1wrap = APInt::getBitsSetWithWrap(127, 126, 1); in TEST()
2125 APInt i32hiequallowrap = APInt::getBitsSetWithWrap(32, 10, 10); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp879 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in simplifyCode()
884 APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in simplifyCode()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h625 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h622 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3344 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in simplifyRotateAndMaskInstr()
3348 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in simplifyRotateAndMaskInstr()
4193 APInt Mask = APInt::getBitsSetWithWrap(32, 32 - ME - 1, 32 - MB); in simplifyToLI()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp5856 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert()