Searched refs:RdxRootInst (Results 1 – 1 of 1) sorted by relevance
7792 auto getCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument7793 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()7795 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()7906 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local7907 if (isCmpSelMinMax(RdxRootInst)) in tryToReduce()7908 Builder.SetInsertPoint(getCmpForMinMaxReduction(RdxRootInst)); in tryToReduce()7910 Builder.SetInsertPoint(RdxRootInst); in tryToReduce()7914 if (isa<SelectInst>(RdxRootInst) && isBoolLogicOp(RdxRootInst)) in tryToReduce()