Lines Matching refs:Product
202 struct Product { struct in __anon87c1be940111::ComplexDeinterleavingGraph
350 NodePtr identifyMultiplications(std::vector<Product> &RealMuls,
351 std::vector<Product> &ImagMuls,
357 bool collectPartialMuls(const std::vector<Product> &RealMuls,
358 const std::vector<Product> &ImagMuls,
987 auto Collect = [&Flags](Instruction *Insn, std::vector<Product> &Muls, in identifyReassocNodes()
1048 Muls.push_back(Product{A, B, IsPositive}); in identifyReassocNodes()
1069 std::vector<Product> RealMuls, ImagMuls; in identifyReassocNodes()
1103 const std::vector<Product> &RealMuls, const std::vector<Product> &ImagMuls, in collectPartialMuls()
1106 auto FindCommonInstruction = [](const Product &Real, in collectPartialMuls()
1107 const Product &Imag) -> Value * { in collectPartialMuls()
1155 std::vector<Product> &RealMuls, std::vector<Product> &ImagMuls, in identifyMultiplications()