Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2352 unsigned DominantValueCountThreshold = NumDefElts <= 2 ? 0 : NumDefElts - 2; in lowerBUILD_VECTOR() local
2357 ((MostCommonCount > DominantValueCountThreshold) || in lowerBUILD_VECTOR()