Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h253 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3903 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()
3907 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()
4754 APInt Mask = APInt::getBitsSetWithWrap(32, 32 - ME - 1, 32 - MB); in simplifyToLI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6961 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert()