Searched refs:RdxRootInst (Results 1 – 1 of 1) sorted by relevance
22285 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument22286 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()22288 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()22702 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local22703 Instruction *InsertPt = RdxRootInst; in tryToReduce()22705 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()