Searched refs:ReplaceOperandIfExist (Results 1 – 1 of 1) sorted by relevance
2147 auto ReplaceOperandIfExist = [&](RawNodePtr &Node, unsigned Idx) -> Value * { in replaceNode() local2156 Value *Input0 = ReplaceOperandIfExist(Node, 0); in replaceNode()2157 Value *Input1 = ReplaceOperandIfExist(Node, 1); in replaceNode()2158 Value *Accumulator = ReplaceOperandIfExist(Node, 2); in replaceNode()2168 Value *Input0 = ReplaceOperandIfExist(Node, 0); in replaceNode()2169 Value *Input1 = ReplaceOperandIfExist(Node, 1); in replaceNode()2170 Value *Accumulator = ReplaceOperandIfExist(Node, 2); in replaceNode()