Searched refs:RdxRootInst (Results 1 – 1 of 1) sorted by relevance
11022 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument11023 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()11025 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()11265 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local11267 Builder.SetInsertPoint(GetCmpForMinMaxReduction(RdxRootInst)); in tryToReduce()11269 Builder.SetInsertPoint(RdxRootInst); in tryToReduce()11274 if (isa<SelectInst>(RdxRootInst) && isBoolLogicOp(RdxRootInst)) in tryToReduce()