Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h144 unsigned SkipBits = P % WordWidth; in find_from_pos() local
149 if (SkipBits != 0) { in find_from_pos()
151 W &= maskLeadingOnes<WordType>(WordWidth-SkipBits); in find_from_pos()