Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1569 unsigned DominantValueCountThreshold = NumDefElts <= 2 ? 0 : NumDefElts - 2; in lowerBUILD_VECTOR() local
1574 ((MostCommonCount > DominantValueCountThreshold) || in lowerBUILD_VECTOR()