Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ !
H A DSLPVectorizer.cpp17202 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument
17203 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()
17205 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()
17570 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local
17571 Instruction *InsertPt = RdxRootInst; in tryToReduce()
17573 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()
17584 if ((isBoolLogicOp(RdxRootInst) || in tryToReduce()