Home
last modified time | relevance | path

Searched refs:Input0 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp847 Value *Input0 = replaceNode(Node->Operands[0]); in replaceNode() local
852 assert(Input0->getType() == Input1->getType() && in replaceNode()
856 Node->Real, Node->Operation, Node->Rotation, Input0, Input1, Accumulator); in replaceNode()