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.cpp2147 auto ReplaceOperandIfExist = [&](RawNodePtr &Node, unsigned Idx) -> Value * { in replaceNode() local
2156 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()