Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11022 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument
11023 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()
11025 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()
11265 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local
11267 Builder.SetInsertPoint(GetCmpForMinMaxReduction(RdxRootInst)); in tryToReduce()
11269 Builder.SetInsertPoint(RdxRootInst); in tryToReduce()
11274 if (isa<SelectInst>(RdxRootInst) && isBoolLogicOp(RdxRootInst)) in tryToReduce()