Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14503 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument
14504 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()
14506 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()
14865 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local
14866 Instruction *InsertPt = RdxRootInst; in tryToReduce()
14868 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()
14879 if ((isBoolLogicOp(RdxRootInst) || in tryToReduce()