Home
last modified time | relevance | path

Searched refs:srcLSB (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp2379 unsigned srcBits, unsigned srcLSB) { in tcExtract() argument
2383 unsigned firstSrcPart = srcLSB / APINT_BITS_PER_WORD; in tcExtract()
2386 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1723 unsigned srcBits, unsigned srcLSB);