Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10761 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) { in hasRequiredNumberOfUses() argument
10762 if (IsCmpSelMinMax) { in hasRequiredNumberOfUses()
10856 bool IsCmpSelMinMax = isCmpSelMinMax(Inst); in matchAssociativeReduction() local
10861 auto &&CheckOperands = [this, IsCmpSelMinMax, in matchAssociativeReduction()
10881 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()
10882 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()
11041 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce() local
11266 if (IsCmpSelMinMax) in tryToReduce()