Searched refs:RdxRootInst (Results 1 – 1 of 1) sorted by relevance
14503 auto &&GetCmpForMinMaxReduction = [](Instruction *RdxRootInst) { in tryToReduce() argument14504 assert(isa<SelectInst>(RdxRootInst) && in tryToReduce()14506 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition(); in tryToReduce()14865 Instruction *RdxRootInst = cast<Instruction>(ReductionRoot); in tryToReduce() local14866 Instruction *InsertPt = RdxRootInst; in tryToReduce()14868 InsertPt = GetCmpForMinMaxReduction(RdxRootInst); in tryToReduce()14879 if ((isBoolLogicOp(RdxRootInst) || in tryToReduce()