Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2068 unsigned MinLeadingZeros = KB->getKnownZeroes(ExtSrc).countl_one(); in matchCombineShlOfExtend() local
2070 return MinLeadingZeros >= ShiftAmt && ShiftAmt < SrcTySize; in matchCombineShlOfExtend()