Home
last modified time | relevance | path

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

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