Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7792 auto getCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument
7793 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()
7795 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()
7906 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local
7907 if (isCmpSelMinMax(RdxRootInst)) in tryToReduce()
7908 Builder.SetInsertPoint(getCmpForMinMaxReduction(RdxRootInst)); in tryToReduce()
7910 Builder.SetInsertPoint(RdxRootInst); in tryToReduce()
7914 if (isa<SelectInst>(RdxRootInst) && isBoolLogicOp(RdxRootInst)) in tryToReduce()