Searched refs:RdxRootInst (Results 1 – 1 of 1) sorted by relevance
17202 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument17203 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()17205 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()17570 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local17571 Instruction *InsertPt = RdxRootInst; in tryToReduce()17573 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()17584 if ((isBoolLogicOp(RdxRootInst) || in tryToReduce()