Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22285 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument
22286 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()
22288 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()
22702 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local
22703 Instruction *InsertPt = RdxRootInst; in tryToReduce()
22705 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()