Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp399 NodePtr identifySplat(Value *Real, Value *Imag);
1071 if (NodePtr CN = identifySplat(R, I)) in identifyNode()
2002 ComplexDeinterleavingGraph::identifySplat(Value *R, Value *I) { in identifySplat() function in ComplexDeinterleavingGraph