Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1922 auto ReplaceOperandIfExist = [&](RawNodePtr &Node, unsigned Idx) -> Value * { in replaceNode() local
1933 Value *Input0 = ReplaceOperandIfExist(Node, 0); in replaceNode()
1934 Value *Input1 = ReplaceOperandIfExist(Node, 1); in replaceNode()
1935 Value *Accumulator = ReplaceOperandIfExist(Node, 2); in replaceNode()