reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6760 std::tie(Inst, Level) = Stack.pop_back_val(); 6761 auto *BI = dyn_cast<BinaryOperator>(Inst); 6762 auto *SI = dyn_cast<SelectInst>(Inst); 6765 if (HorRdx.matchAssociativeReduction(P, Inst)) { 6775 Inst = dyn_cast<Instruction>(BI->getOperand(0)); 6776 if (Inst == P) 6777 Inst = dyn_cast<Instruction>(BI->getOperand(1)); 6778 if (!Inst) { 6789 if (Vectorize(Inst, R)) { 6798 for (auto *Op : Inst->operand_values())