Lines Matching defs:Accumulator
350 /// and \p ImagAddens. If \p Accumulator is not null, add the result to it.
356 NodePtr Accumulator);
363 /// \p RealMuls and \p ImagMuls. If \p Accumulator is not null, add the result
367 NodePtr Accumulator);
1318 NodePtr Accumulator = nullptr) {
1359 NodePtr Result = Accumulator;
1475 std::optional<FastMathFlags> Flags, NodePtr Accumulator = nullptr) {
1481 if (Accumulator)
1482 Result = Accumulator;
2142 Value *Accumulator = ReplaceOperandIfExist(Node, 2);
2146 Builder, Node->Operation, Node->Rotation, Input0, Input1, Accumulator);
2154 Value *Accumulator = ReplaceOperandIfExist(Node, 2);
2157 assert(!Accumulator ||
2158 (Input0->getType() == Accumulator->getType() &&
2159 "Accumulator and input need to be of the same type"));
2166 Accumulator);