Lines Matching defs:Accumulator
335 /// and \p ImagAddens. If \p Accumulator is not null, add the result to it.
341 NodePtr Accumulator);
348 /// \p RealMuls and \p ImagMuls. If \p Accumulator is not null, add the result
352 NodePtr Accumulator);
1156 NodePtr Accumulator = nullptr) {
1197 NodePtr Result = Accumulator;
1313 std::optional<FastMathFlags> Flags, NodePtr Accumulator = nullptr) {
1319 if (Accumulator)
1320 Result = Accumulator;
1935 Value *Accumulator = ReplaceOperandIfExist(Node, 2);
1938 assert(!Accumulator ||
1939 (Input0->getType() == Accumulator->getType() &&
1940 "Accumulator and input need to be of the same type"));
1947 Accumulator);