Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1104 std::vector<PartialMulCandidate> &PartialMulCandidates) { in collectPartialMuls() argument
1138 PartialMulCandidates.push_back({Common, Node, i, j, false}); in collectPartialMuls()
1144 PartialMulCandidates.push_back({Common, Node, i, j, true}); in collectPartialMuls()